-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support PVC annotation template for provisioner secret
Provisioner can resolve templated per volume secret in storage class such as following example: `csi.storage.k8s.io/provisioner-secret-name: ${pvc.annotations['example.com/foo_secret']}` The secret will be stored as metadata in annotations of PV, so it can find the secret OnDelete even the PVC was deleted Signed-off-by: hoyho <luohaihao@gmail.com>
- Loading branch information
Showing
2 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters