Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions book/src/secrets-and-credentials-storage-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ The values of these parameters may be "templates". The `external-provisioner` wi
* `${pvc.name}`
* Replaced with the name of the `PersistentVolumeClaim` object that triggered provisioning.
* Support added in CSI `external-provisioner` v1.2.0+
* `${pvc.annotations['<ANNOTATION_KEY>']}` (e.g. `${pvc.annotations['example.com/key']}`)
* Replaced with the value of the specified annotation from the `PersistentVolumeClaim` object that triggered provisioning
* Support added in CSI `external-provisioner` v5.0.0+
* `csi.storage.k8s.io/provisioner-secret-namespace`
* `${pv.name}`
* Replaced with name of the `PersistentVolume` object being provisioned.
Expand Down