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