We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b84044 + 1ebbbf4 commit ad88d44Copy full SHA for ad88d44
deploy/example/example-app.yaml
@@ -66,7 +66,7 @@ spec:
66
volumeAttributes:
67
csi.cert-manager.io/issuer-name: ca-issuer
68
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}"
+ csi.cert-manager.io/uri-sans: "spiffe://cluster.local/ns/${POD_NAMESPACE}/pod/${POD_NAME}/${POD_UID}"
70
csi.cert-manager.io/pkcs12-enable: "true"
71
csi.cert-manager.io/pkcs12-password: "my-password"
72
csi.cert-manager.io/pkcs12-filename: "crt.p12"
0 commit comments