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 2e34849
Showing 1 changed file with 11 additions and 0 deletions.
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 2e34849

Please sign in to comment.