Skip to content

Commit ebf87ca

Browse files
committed
changes to helm template
1 parent 92ab6b7 commit ebf87ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/workflows/helm/.github/workflows/azure-kubernetes-service-helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# - CONTAINER_NAME (name of the container image you would like to push up to your ACR)
2323
# - CLUSTER_NAME (name of the resource to deploy to - fleet name or managed cluster name)
2424
# - 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')
25+
# - CLUSTER_RESOURCE_TYPE (type of resource to deploy to, either 'Microsoft.ContainerService/fleets' or 'Microsoft.ContainerService/managedClusters')
2626
# - DOCKER_FILE (path to your Dockerfile)
2727
# - BUILD_CONTEXT_PATH (path to the context of your Dockerfile)
2828
# - CHART_PATH (path to your helm chart)

0 commit comments

Comments
 (0)