forked from operate-first/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change will deploy ESO to all clusters (save for smaug which already has it). And set up an initial secret store for the namespace openshift-monitoring, as a means to confirm it works and also as a set up for a future addition of slack alerting support (the slack api url will need to be fetched by eso from vault for all clusters).
- Loading branch information
Showing
49 changed files
with
289 additions
and
5 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
...ase/rbac.authorization.k8s.io/clusterrolebindings/eso-tokenreview/clusterrolebinding.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: ClusterRoleBinding | ||
metadata: | ||
name: eso-tokenreview | ||
roleRef: | ||
apiGroup: rbac.authorization.k8s.io | ||
kind: ClusterRole | ||
name: system:auth-delegator | ||
subjects: | ||
- kind: ServiceAccount | ||
name: eso-vault-auth | ||
namespace: external-secrets-operator |
4 changes: 4 additions & 0 deletions
4
...ope/base/rbac.authorization.k8s.io/clusterrolebindings/eso-tokenreview/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- clusterrolebinding.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
cluster-scope/overlays/prod/emea/balrog/secretstores/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- openshift-monitoring.yaml |
17 changes: 17 additions & 0 deletions
17
cluster-scope/overlays/prod/emea/balrog/secretstores/openshift-monitoring.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
apiVersion: external-secrets.io/v1beta1 | ||
kind: SecretStore | ||
metadata: | ||
name: openshift-monitoring | ||
namespace: openshift-monitoring | ||
spec: | ||
provider: | ||
vault: | ||
auth: | ||
kubernetes: | ||
mountPath: balrog-k8s | ||
role: emea-ops | ||
serviceAccountRef: | ||
name: vault-secret-fetcher | ||
path: k8s_secrets | ||
server: 'https://vault-ui-vault.apps.smaug.na.operate-first.cloud' | ||
version: v2 |
4 changes: 4 additions & 0 deletions
4
cluster-scope/overlays/prod/emea/balrog/serviceaccounts/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- vault-openshift-monitoring.yaml |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
cluster-scope/overlays/prod/emea/morty/secretstores/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- openshift-monitoring.yaml |
17 changes: 17 additions & 0 deletions
17
cluster-scope/overlays/prod/emea/morty/secretstores/openshift-monitoring.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
apiVersion: external-secrets.io/v1beta1 | ||
kind: SecretStore | ||
metadata: | ||
name: openshift-monitoring | ||
namespace: openshift-monitoring | ||
spec: | ||
provider: | ||
vault: | ||
auth: | ||
kubernetes: | ||
mountPath: morty-k8s | ||
role: emea-ops | ||
serviceAccountRef: | ||
name: vault-secret-fetcher | ||
path: k8s_secrets | ||
server: 'https://vault-ui-vault.apps.smaug.na.operate-first.cloud' | ||
version: v2 |
4 changes: 4 additions & 0 deletions
4
cluster-scope/overlays/prod/emea/morty/serviceaccounts/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- vault-openshift-monitoring.yaml |
5 changes: 5 additions & 0 deletions
5
cluster-scope/overlays/prod/emea/morty/serviceaccounts/vault-openshift-monitoring.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: ServiceAccount | ||
apiVersion: v1 | ||
metadata: | ||
name: vault-secret-fetcher | ||
namespace: openshift-monitoring |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
cluster-scope/overlays/prod/emea/rick/secretstores/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- openshift-monitoring.yaml |
17 changes: 17 additions & 0 deletions
17
cluster-scope/overlays/prod/emea/rick/secretstores/openshift-monitoring.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
apiVersion: external-secrets.io/v1beta1 | ||
kind: SecretStore | ||
metadata: | ||
name: openshift-monitoring | ||
namespace: openshift-monitoring | ||
spec: | ||
provider: | ||
vault: | ||
auth: | ||
kubernetes: | ||
mountPath: rick-k8s | ||
role: emea-ops | ||
serviceAccountRef: | ||
name: vault-secret-fetcher | ||
path: k8s_secrets | ||
server: 'https://vault-ui-vault.apps.smaug.na.operate-first.cloud' | ||
version: v2 |
4 changes: 4 additions & 0 deletions
4
cluster-scope/overlays/prod/emea/rick/serviceaccounts/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- vault-openshift-monitoring.yaml |
5 changes: 5 additions & 0 deletions
5
cluster-scope/overlays/prod/emea/rick/serviceaccounts/vault-openshift-monitoring.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: ServiceAccount | ||
apiVersion: v1 | ||
metadata: | ||
name: vault-secret-fetcher | ||
namespace: openshift-monitoring |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
cluster-scope/overlays/prod/moc/curator/secretstores/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- openshift-monitoring.yaml |
17 changes: 17 additions & 0 deletions
17
cluster-scope/overlays/prod/moc/curator/secretstores/openshift-monitoring.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
apiVersion: external-secrets.io/v1beta1 | ||
kind: SecretStore | ||
metadata: | ||
name: openshift-monitoring | ||
namespace: openshift-monitoring | ||
spec: | ||
provider: | ||
vault: | ||
auth: | ||
kubernetes: | ||
mountPath: curator-k8s | ||
role: moc-ops | ||
serviceAccountRef: | ||
name: vault-secret-fetcher | ||
path: k8s_secrets | ||
server: 'https://vault-ui-vault.apps.smaug.na.operate-first.cloud' | ||
version: v2 |
4 changes: 4 additions & 0 deletions
4
cluster-scope/overlays/prod/moc/curator/serviceaccounts/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- vault-openshift-monitoring.yaml |
5 changes: 5 additions & 0 deletions
5
cluster-scope/overlays/prod/moc/curator/serviceaccounts/vault-openshift-monitoring.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: ServiceAccount | ||
apiVersion: v1 | ||
metadata: | ||
name: vault-secret-fetcher | ||
namespace: openshift-monitoring |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
cluster-scope/overlays/prod/moc/infra/secretstores/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- openshift-monitoring.yaml |
17 changes: 17 additions & 0 deletions
17
cluster-scope/overlays/prod/moc/infra/secretstores/openshift-monitoring.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
apiVersion: external-secrets.io/v1beta1 | ||
kind: SecretStore | ||
metadata: | ||
name: openshift-monitoring | ||
namespace: openshift-monitoring | ||
spec: | ||
provider: | ||
vault: | ||
auth: | ||
kubernetes: | ||
mountPath: infra-k8s | ||
role: moc-ops | ||
serviceAccountRef: | ||
name: vault-secret-fetcher | ||
path: k8s_secrets | ||
server: 'https://vault-ui-vault.apps.smaug.na.operate-first.cloud' | ||
version: v2 |
4 changes: 4 additions & 0 deletions
4
cluster-scope/overlays/prod/moc/infra/serviceaccounts/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- vault-openshift-monitoring.yaml |
5 changes: 5 additions & 0 deletions
5
cluster-scope/overlays/prod/moc/infra/serviceaccounts/vault-openshift-monitoring.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: ServiceAccount | ||
apiVersion: v1 | ||
metadata: | ||
name: vault-secret-fetcher | ||
namespace: openshift-monitoring |
2 changes: 1 addition & 1 deletion
2
cluster-scope/overlays/prod/moc/smaug/serviceaccounts/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- vault-secret-fetcher.yaml | ||
- vault-openshift-monitoring.yaml |
5 changes: 5 additions & 0 deletions
5
cluster-scope/overlays/prod/moc/smaug/serviceaccounts/vault-openshift-monitoring.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: ServiceAccount | ||
apiVersion: v1 | ||
metadata: | ||
name: vault-secret-fetcher | ||
namespace: openshift-monitoring |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
cluster-scope/overlays/prod/osc/osc-cl1/secretstores/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- openshift-monitoring.yaml |
17 changes: 17 additions & 0 deletions
17
cluster-scope/overlays/prod/osc/osc-cl1/secretstores/openshift-monitoring.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
apiVersion: external-secrets.io/v1beta1 | ||
kind: SecretStore | ||
metadata: | ||
name: openshift-monitoring | ||
namespace: openshift-monitoring | ||
spec: | ||
provider: | ||
vault: | ||
auth: | ||
kubernetes: | ||
mountPath: osc-cl1-k8s | ||
role: osc-ops | ||
serviceAccountRef: | ||
name: vault-secret-fetcher | ||
path: k8s_secrets | ||
server: 'https://vault-ui-vault.apps.smaug.na.operate-first.cloud' | ||
version: v2 |
4 changes: 4 additions & 0 deletions
4
cluster-scope/overlays/prod/osc/osc-cl1/serviceaccounts/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- vault-openshift-monitoring.yaml |
5 changes: 5 additions & 0 deletions
5
cluster-scope/overlays/prod/osc/osc-cl1/serviceaccounts/vault-openshift-monitoring.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: ServiceAccount | ||
apiVersion: v1 | ||
metadata: | ||
name: vault-secret-fetcher | ||
namespace: openshift-monitoring |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
cluster-scope/overlays/prod/osc/osc-cl2/secretstores/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- openshift-monitoring.yaml |
17 changes: 17 additions & 0 deletions
17
cluster-scope/overlays/prod/osc/osc-cl2/secretstores/openshift-monitoring.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
apiVersion: external-secrets.io/v1beta1 | ||
kind: SecretStore | ||
metadata: | ||
name: openshift-monitoring | ||
namespace: openshift-monitoring | ||
spec: | ||
provider: | ||
vault: | ||
auth: | ||
kubernetes: | ||
mountPath: osc-cl2-k8s | ||
role: osc-ops | ||
serviceAccountRef: | ||
name: vault-secret-fetcher | ||
path: k8s_secrets | ||
server: 'https://vault-ui-vault.apps.smaug.na.operate-first.cloud' | ||
version: v2 |
4 changes: 4 additions & 0 deletions
4
cluster-scope/overlays/prod/osc/osc-cl2/serviceaccounts/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- vault-openshift-monitoring.yaml |
5 changes: 5 additions & 0 deletions
5
cluster-scope/overlays/prod/osc/osc-cl2/serviceaccounts/vault-openshift-monitoring.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: ServiceAccount | ||
apiVersion: v1 | ||
metadata: | ||
name: vault-secret-fetcher | ||
namespace: openshift-monitoring |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 | |
kind: Kustomization | ||
resources: | ||
- eso.yaml | ||
- serviceaccount.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
kind: ServiceAccount | ||
apiVersion: v1 | ||
metadata: | ||
name: eso-vault-auth |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
namespace: external-secrets-operator | ||
resources: | ||
- ../../../base |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
namespace: external-secrets-operator | ||
resources: | ||
- ../../../base |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
namespace: external-secrets-operator | ||
resources: | ||
- ../../../base |
Oops, something went wrong.