Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 26, 2020 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/576fec58bdd5ca4b7fb35e170e015d9e to your computer and use it in GitHub Desktop.
Save velotiotech/576fec58bdd5ca4b7fb35e170e015d9e to your computer and use it in GitHub Desktop.
velotiotech:~/work/mysql$ cat templates/persistentVolumeClaim.yml
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: {{ .Values.persistentVolumeClaim }}
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment