add bare kustomization manifests to CRDs and controller components

This commit is contained in:
itspngu
2021-11-08 09:44:17 +00:00
parent caef201192
commit 96fa9c8a10
4 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- rbac-csi-snapshotter.yaml
- rbac-external-provisioner.yaml
- setup-csi-snapshotter.yaml

View File

@@ -118,4 +118,4 @@ spec:
mountPath: /csi
volumes:
- name: socket-dir
emptyDir:
emptyDir: {}

View File

@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- rbac-snapshot-controller.yaml
- setup-snapshot-controller.yaml