Skip to content

Instantly share code, notes, and snippets.

@mrjosh
Last active July 9, 2026 11:39
Show Gist options
  • Select an option

  • Save mrjosh/a9101072331087b99982c6695499937c to your computer and use it in GitHub Desktop.

Select an option

Save mrjosh/a9101072331087b99982c6695499937c to your computer and use it in GitHub Desktop.
sample-pvc.yaml
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: data-test
namespace: default
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
storageClassName: kloud-csi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment