mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-08 15:21:55 +00:00
17 lines
349 B
YAML
17 lines
349 B
YAML
# Copyright 2020-2025 the Pinniped contributors. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
---
|
|
platform: linux
|
|
inputs:
|
|
- name: pinniped-ci
|
|
outputs:
|
|
params:
|
|
CLUSTER_REGION:
|
|
CLUSTER_ZONE:
|
|
GCP_PROJECT:
|
|
GCP_SERVICE_ACCOUNT:
|
|
GCP_JSON_KEY:
|
|
run:
|
|
path: pinniped-ci/pipelines/shared-tasks/remove-orphaned-gke-clusters/task.sh
|