Skip to content

Instantly share code, notes, and snippets.

@khaosdoctor
Created August 8, 2022 18:11
Show Gist options
  • Save khaosdoctor/e43343bd18bbc8d82048a8af8a6064b7 to your computer and use it in GitHub Desktop.
Save khaosdoctor/e43343bd18bbc8d82048a8af8a6064b7 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: {{ .Values.name}}-data
namespace: {{ default .Release.Namespace .Values.namespace }}
spec:
resources:
requests:
storage: 2Gi # We'll request 2GB of storage
accessModes:
- ReadWriteOnce
storageClassName: azurefile-csi # We'll use the Azure File storage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment