feat: Provision ExternalSecrets
This commit is contained in:
parent
6ae3047867
commit
dc268db7b4
4 changed files with 34 additions and 0 deletions
14
k8s-peterg/external-secrets-operator/kustomization.yaml
Normal file
14
k8s-peterg/external-secrets-operator/kustomization.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- secretstore.yaml
|
||||
|
||||
helmCharts:
|
||||
- name: external-secrets
|
||||
repo: https://charts.external-secrets.io
|
||||
namespace: external-secrets
|
||||
releaseName: external-secrets
|
||||
version: 1.0.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue