You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2019. It is now read-only.
DOCKER_PASSWORD – Optional if public registry or if trust has been established with AKS. This is the password used to log in to your Docker registry.
KUBE_CONFIG_DATA - Optional. "kubectl config" file content with credentials for Kubernetes to access the cluster. If we use this option, we wont need ["Azure Login"] action as a precursor to this one.
Environment variables
AKS_CLUSTER_NAME – Required
DOCKER_REGISTRY_URL – Required
CONTAINER_IMAGE_NAME – Required
DOCKER_USERNAME – Optional if public registry or if trust has been established with AKS. This is the username used to log in to your Docker registry.
CONTAINER_IMAGE_TAG – Optional ( default value = "latest")
HELM_RELEASE_NAME - Optional ( default value = "aks-deploy")
HELM_CHART_PATH - Optional ( default value = ./default-chart)