Skip to content

Commit ad88d44

Browse files
authored
Merge pull request #115 from sitaramkm/update-sample
Remove extra } from the sample uri-san
2 parents 1b84044 + 1ebbbf4 commit ad88d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/example/example-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
volumeAttributes:
6767
csi.cert-manager.io/issuer-name: ca-issuer
6868
csi.cert-manager.io/dns-names: "${POD_NAME}.${POD_NAMESPACE}.svc.cluster.local"
69-
csi.cert-manager.io/uri-sans: "spiffe://cluster.local/ns/${POD_NAMESPACE}/pod/${POD_NAME}}/${POD_UID}"
69+
csi.cert-manager.io/uri-sans: "spiffe://cluster.local/ns/${POD_NAMESPACE}/pod/${POD_NAME}/${POD_UID}"
7070
csi.cert-manager.io/pkcs12-enable: "true"
7171
csi.cert-manager.io/pkcs12-password: "my-password"
7272
csi.cert-manager.io/pkcs12-filename: "crt.p12"

0 commit comments

Comments
 (0)