External Secrets setup
Setup the external secrets helm charts Convert hard coded secrets to external secrets Add BitWarden CLI for serving external secrets
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace: external-secrets
|
||||
|
||||
helmCharts:
|
||||
# Install the operator first (with CRDs)
|
||||
- name: external-secrets
|
||||
repo: "https://charts.external-secrets.io/"
|
||||
version: "0.17.0"
|
||||
namespace: external-secrets
|
||||
releaseName: external-secrets
|
||||
includeCRDs: true
|
||||
valuesInline:
|
||||
crds:
|
||||
create: true
|
||||
Reference in New Issue
Block a user