Skip to content

Commit 200ed24

Browse files
authored
Merge pull request #118193 from hgarvison/patch-1
Update deploy-confidential-containers-default-policy.md
2 parents e925d07 + 22f5178 commit 200ed24

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
@@ -271,7 +271,7 @@ For this preview release, we recommend for test and evaluation purposes to eithe
271271
command:
272272
- /bin/skr
273273
volumeMounts:
274-
- mountPath: /opt/confidential-containers/share/kata-containers/reference-info-base64d
274+
- mountPath: /opt/confidential-containers/share/kata-containers/reference-info-base64
275275
name: endor-loc
276276
- image: "mcr.microsoft.com/acc/samples/kafka/consumer:1.0"
277277
imagePullPolicy: Always
@@ -297,7 +297,7 @@ For this preview release, we recommend for test and evaluation purposes to eithe
297297
volumes:
298298
- name: endor-loc
299299
hostPath:
300-
path: /opt/confidential-containers/share/kata-containers/reference-info-base64d
300+
path: /opt/confidential-containers/share/kata-containers/reference-info-base64
301301
---
302302
apiVersion: v1
303303
kind: Service

0 commit comments

Comments
 (0)