Skip to content

Commit ce4f436

Browse files
authored
Merge pull request #3292 from Valgueiro/patch-1
Fix kubernetes yaml indentation
2 parents 004e871 + 262a67a commit ce4f436

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)