add res local-path-provisioner

This commit is contained in:
2024-07-15 01:56:46 +10:00
parent d702e16a32
commit 88566d2ae5
10 changed files with 168 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./service-account.yaml
- ./role.yaml
- ./cluster-role.yaml
- ./role-binding.yaml
- ./cluster-role-binding.yaml
- ./deployment.yaml
- ./storage-class.yaml