Skip to content

Commit

Permalink
fix csi-driver example pod
Browse files Browse the repository at this point in the history
Signed-off-by: Ashley Davis <[email protected]>
  • Loading branch information
SgtCoDFish committed Jan 24, 2025
1 parent 2a818a9 commit b95510c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/docs/usage/csi-driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ spec:
- name: tls
csi:
driver: csi.cert-manager.io
readOnly: true
volumeAttributes:
csi.cert-manager.io/issuer-name: ca-issuer
csi.cert-manager.io/dns-names: ${POD_NAME}.${POD_NAMESPACE}.svc.cluster.local
csi.cert-manager.io/issuer-name: ca-issuer
csi.cert-manager.io/issuer-kind: Issuer
csi.cert-manager.io/dns-names: ${POD_NAME}.${POD_NAMESPACE}.svc.cluster.local
```
Once created, the CSI driver will generate a private key locally (for the pod), request a
Expand Down

0 comments on commit b95510c

Please sign in to comment.