Skip to content

Commit 262a67a

Browse files
authored
Fix kube yaml indentation
1 parent 004e871 commit 262a67a

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)