mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-02-09 06:20:37 +00:00
23 lines
461 B
YAML
23 lines
461 B
YAML
# Copyright 2020-2025 the Pinniped contributors. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
---
|
|
platform: linux
|
|
inputs:
|
|
- name: pinniped-ci
|
|
outputs:
|
|
- name: deploy-gke-cluster-output
|
|
params:
|
|
KUBE_VERSION:
|
|
CLUSTER_ZONE:
|
|
GCP_PROJECT:
|
|
GCP_SERVICE_ACCOUNT:
|
|
GCP_JSON_KEY:
|
|
GKE_CHANNEL:
|
|
SHARED_VPC_PROJECT:
|
|
SHARED_VPC_NAME:
|
|
SUBNET_REGION:
|
|
SUBNET_NAME:
|
|
run:
|
|
path: pinniped-ci/pipelines/shared-tasks/deploy-gke-cluster/task.sh
|