Skip to content

Commit

Permalink
feat: add external-secrets operator
Browse files Browse the repository at this point in the history
Add the external-secrets operator to the cluster deploy.
  • Loading branch information
cardoe committed Jul 1, 2024
1 parent 6d8c77b commit f9fef6a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/appsets/operators/argocd-operators-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spec:
server: '*'
- namespace: 'postgres-operator'
server: '*'
- namespace: 'external-secrets'
server: '*'
clusterResourceWhitelist:
- group: '*'
kind: '*'
11 changes: 11 additions & 0 deletions operators/external-secrets/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

helmCharts:
- name: external-secrets
includeCRDs: true
namespace: external-secrets
releaseName: external-secrets
version: 0.9.19
repo: https://charts.external-secrets.io

0 comments on commit f9fef6a

Please sign in to comment.