mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-02-05 04:21:12 +00:00
17 lines
362 B
YAML
17 lines
362 B
YAML
# Copyright 2020-2024 the Pinniped contributors. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
---
|
|
platform: linux
|
|
inputs:
|
|
- name: pinniped-ci
|
|
- name: eks-cluster-pool
|
|
outputs:
|
|
params:
|
|
AWS_DEFAULT_REGION:
|
|
AWS_ACCESS_KEY_ID:
|
|
AWS_SECRET_ACCESS_KEY:
|
|
AWS_ROLE_ARN:
|
|
run:
|
|
path: pinniped-ci/pipelines/shared-tasks/remove-eks-cluster/task.sh
|