mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-02-05 12:31:26 +00:00
19 lines
395 B
YAML
19 lines
395 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-aks-cluster-output
|
|
params:
|
|
KUBE_VERSION:
|
|
AZURE_REGION:
|
|
AZURE_TENANT:
|
|
AZURE_RESOURCE_GROUP:
|
|
AZURE_USERNAME:
|
|
AZURE_PASSWORD:
|
|
run:
|
|
path: pinniped-ci/pipelines/shared-tasks/deploy-aks-cluster/task.sh
|