mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-02-07 05:21:24 +00:00
17 lines
357 B
YAML
17 lines
357 B
YAML
# Copyright 2020-2024 the Pinniped contributors. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
---
|
|
platform: linux
|
|
inputs:
|
|
- name: pinniped-ci
|
|
- name: aks-cluster-pool
|
|
outputs: []
|
|
params:
|
|
AZURE_TENANT:
|
|
AZURE_RESOURCE_GROUP:
|
|
AZURE_USERNAME:
|
|
AZURE_PASSWORD:
|
|
run:
|
|
path: pinniped-ci/pipelines/shared-tasks/remove-aks-cluster/task.sh
|