Skip to content

Commit 9f94d67

Browse files
Merge pull request #230784 from AjayBathini-MSFT/patch-52
(AzureCXP) fixes MicrosoftDocs/azure-docs#106594
2 parents e2cf0c1 + 27d383f commit 9f94d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/ingress-tls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ helm repo update
332332
# Install the cert-manager Helm chart
333333
helm install cert-manager jetstack/cert-manager \
334334
--namespace ingress-basic \
335-
--version $CERT_MANAGER_TAG \
335+
--version=$CERT_MANAGER_TAG \
336336
--set installCRDs=true \
337337
--set nodeSelector."kubernetes\.io/os"=linux \
338338
--set image.repository=$ACR_URL/$CERT_MANAGER_IMAGE_CONTROLLER \

0 commit comments

Comments
 (0)