Skip to content

Instantly share code, notes, and snippets.

@denispeyrusaubes
Created March 28, 2020 06:58
Show Gist options
  • Save denispeyrusaubes/b0fe4c2ecada2405407ea6ddab62e613 to your computer and use it in GitHub Desktop.
Save denispeyrusaubes/b0fe4c2ecada2405407ea6ddab62e613 to your computer and use it in GitHub Desktop.
testi-printgist
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