Created
March 28, 2020 06:58
-
-
Save denispeyrusaubes/b0fe4c2ecada2405407ea6ddab62e613 to your computer and use it in GitHub Desktop.
testi-printgist
This file contains hidden or 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
apiVersion: v1 | |
kind: PersistentVolumeClaim | |
metadata: | |
name: $$PVC_NAME$$ | |
spec: | |
accessModes: | |
- $$ACCESS_MODE$$ | |
resources: | |
requests: | |
storage: $$STORAGE_SIZE$$ | |
# Les lignes qui suivent sont optionelles | |
storageClassName: $$STORAGE_CLASS_NAME$$ | |
selector: | |
matchLabels: | |
$$LABEL_KEY1$$: $$LABEL_VALUE1$$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment