Skip to content

Instantly share code, notes, and snippets.

@GeoffMahugu
Last active August 19, 2020 22:07
Show Gist options
  • Save GeoffMahugu/1930b11b18718bf8e478a4fba733517f to your computer and use it in GitHub Desktop.
Save GeoffMahugu/1930b11b18718bf8e478a4fba733517f to your computer and use it in GitHub Desktop.
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: managed-nfs-storage
labels:
type: nfs
storage: nfs
provisioner: example.com/nfs
volumeBindingMode: WaitForFirstConsumer
parameters:
archiveOnDelete: "false"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment