Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 0e684e7

Browse files
caseywatsonrguthriemsft
authored andcommitted
Corrected example ACR URL comment. (#164)
Example incorrectly provides azureacr.io as the root ACR domain. This typo has caused difficult-to-diagnose issues when working through the DevOps OH. Corrected root ACR domain to be azurecr.io.
1 parent f587a5d commit 0e684e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apis/poi/charts/mydrive-poi/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ green:
1212

1313
replicaCount: 2
1414
repository:
15-
# Fully qualified path to image in ACR (Ex. youracr.azureacr.io/devopsoh/poi-build).
15+
# Fully qualified path to image in ACR (Ex. youracr.azurecr.io/devopsoh/poi-build).
1616
# See deployment scripts in https://github.com/Azure-Samples/openhack-devops-proctor for example usage.
1717
image:
1818
pullPolicy: Always

0 commit comments

Comments
 (0)