Skip to content

Commit 88c8dc5

Browse files
authored
Update azure-csi-disk-storage-provision.md
Fixed the azure-pvc-disk.yaml file Format, as it was not working once you copy and paste it.
1 parent da7c356 commit 88c8dc5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/aks/azure-csi-disk-storage-provision.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -140,20 +140,20 @@ Once the persistent volume claim has been created and the disk successfully prov
140140
name: mypod
141141
spec:
142142
containers:
143-
- name: mypod
144-
image: mcr.microsoft.com/oss/nginx/nginx:1.15.5-alpine
145-
resources:
146-
requests:
147-
cpu: 100m
148-
memory: 128Mi
149-
limits:
150-
cpu: 250m
151-
memory: 256Mi
152-
volumeMounts:
153-
- mountPath: "/mnt/azure"
154-
name: volume
143+
- name: mypod
144+
image: mcr.microsoft.com/oss/nginx/nginx:1.15.5-alpine
145+
resources:
146+
requests:
147+
cpu: 100m
148+
memory: 128Mi
149+
limits:
150+
cpu: 250m
151+
memory: 256Mi
152+
volumeMounts:
153+
- mountPath: "/mnt/azure"
154+
name: volume
155155
volumes:
156-
- name: volume
156+
- name: volume
157157
persistentVolumeClaim:
158158
claimName: azure-managed-disk
159159
```

0 commit comments

Comments
 (0)