REFACTOR(vault): move resources to manifests
- Move additional resources to manifests/ folder - Separate from Helm chart configuration
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- cluster-secret-store.yaml
|
- manifests/cluster-secret-store.yaml
|
||||||
- external-secret.yaml
|
- manifests/external-secret.yaml
|
||||||
- rbac.yaml
|
- manifests/rbac.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user