We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d36af8 commit f1f3d8eCopy full SHA for f1f3d8e
infra/external-secrets/kustomization.yaml
@@ -1,7 +1,6 @@
1
---
2
apiVersion: kustomize.config.k8s.io/v1beta1
3
kind: Kustomization
4
-namespace: external-secrets
+namespace: external-secrets-system
5
resources:
6
- namespace.yaml
7
- - https://raw.githubusercontent.com/external-secrets/external-secrets/v0.10.5/deploy/crds/bundle.yaml
infra/external-secrets/namespace.yaml
@@ -2,6 +2,6 @@
kind: "Namespace"
apiVersion: "v1"
metadata:
- name: "external-secrets"
+ name: "external-secrets-system"
labels:
0 commit comments