Skip to content

Commit 82f2d6d

Browse files
authored
Merge pull request #15736 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-stack-docs (branch main)
2 parents f2faa49 + ce4f436 commit 82f2d6d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

AKS-Hybrid/deploy-container-registry.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,14 @@ Once you create the image pull secret, you can use it to create Kubernetes pods
157157
apiVersion: v1
158158
kind: Pod
159159
metadata:
160-
name: poemfinder-app
161-
namespace: mydemoapps
160+
name: poemfinder-app
161+
namespace: mydemoapps
162162
spec:
163-
containers:
164-
- name: poemfinder-app
165-
image: <REGISTRY_NAME>.azurecr.io/poemfinder-app:v1.0
166-
imagePullPolicy: IfNotPresent
167-
- imagePullSecrets:
163+
containers:
164+
- name: poemfinder-app
165+
image: <REGISTRY_NAME>.azurecr.io/poemfinder-app:v1.0
166+
imagePullPolicy: IfNotPresent
167+
imagePullSecrets:
168168
- name: acr-secret
169169
```
170170

0 commit comments

Comments
 (0)