We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ab6b7 commit ebf87caCopy full SHA for ebf87ca
1 file changed
template/workflows/helm/.github/workflows/azure-kubernetes-service-helm.yml
@@ -22,7 +22,7 @@
22
# - CONTAINER_NAME (name of the container image you would like to push up to your ACR)
23
# - CLUSTER_NAME (name of the resource to deploy to - fleet name or managed cluster name)
24
# - CLUSTER_RESOURCE_GROUP (where your cluster is deployed)
25
-# - CLUSTER_RESOURCE_TYPE (type of resource to deploy to, either 'Microsoft.ContainerService/fleets' or 'Microsoft.ContainerService/managedCluster')
+# - CLUSTER_RESOURCE_TYPE (type of resource to deploy to, either 'Microsoft.ContainerService/fleets' or 'Microsoft.ContainerService/managedClusters')
26
# - DOCKER_FILE (path to your Dockerfile)
27
# - BUILD_CONTEXT_PATH (path to the context of your Dockerfile)
28
# - CHART_PATH (path to your helm chart)
0 commit comments