Skip to content

Instantly share code, notes, and snippets.

View 2good4hisowngood's full-sized avatar

Sean Connelly 2good4hisowngood

View GitHub Profile
@2good4hisowngood
2good4hisowngood / deployment.yaml
Created May 9, 2022 16:03 — forked from amritanshu-pandey/deployment.yaml
Create Kubernetes storage class using NFS provisioner
kind: Deployment
apiVersion: apps/v1
metadata:
name: nfs-client-provisioner
spec:
selector:
matchLabels:
app: nfs-client-provisioner
replicas: 1
strategy: