Skip to content

Commit 22f5178

Browse files
authored
Update deploy-confidential-containers-default-policy.md
Update Confidential Pods in AKS kafka-demo docs per customer-noted error. Mount path in yaml file has an extra letter.
1 parent d300a7d commit 22f5178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/deploy-confidential-containers-default-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ For this preview release, we recommend for test and evaluation purposes to eithe
270270
command:
271271
- /bin/skr
272272
volumeMounts:
273-
- mountPath: /opt/confidential-containers/share/kata-containers/reference-info-base64d
273+
- mountPath: /opt/confidential-containers/share/kata-containers/reference-info-base64
274274
name: endor-loc
275275
- image: "mcr.microsoft.com/acc/samples/kafka/consumer:1.0"
276276
imagePullPolicy: Always
@@ -296,7 +296,7 @@ For this preview release, we recommend for test and evaluation purposes to eithe
296296
volumes:
297297
- name: endor-loc
298298
hostPath:
299-
path: /opt/confidential-containers/share/kata-containers/reference-info-base64d
299+
path: /opt/confidential-containers/share/kata-containers/reference-info-base64
300300
---
301301
apiVersion: v1
302302
kind: Service

0 commit comments

Comments
 (0)