Skip to content

Commit

Permalink
Merge pull request #1626 from SgtCoDFish/csi-driver-example
Browse files Browse the repository at this point in the history
Fix csi-driver example pod
  • Loading branch information
SgtCoDFish authored Jan 27, 2025
2 parents 2a818a9 + b95510c commit b37c689
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 b37c689

Please sign in to comment.