Add external-secrets
This commit is contained in:
parent
b346843bb8
commit
be7b18a0fd
2 changed files with 5 additions and 12 deletions
|
@ -5,6 +5,11 @@ helmApps:
|
|||
repoURL: https://metallb.github.io/metallb
|
||||
chart: metallb
|
||||
revision: 0.13.10
|
||||
- app: external-secrets
|
||||
namespace: external-secrets
|
||||
repoURL: https://charts.external-secrets.io
|
||||
chart: external-secrets
|
||||
revision: 0.6.1
|
||||
- app: prometheus
|
||||
namespace: prometheus
|
||||
repoURL: https://prometheus-community.github.io/helm-charts
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
#!/bin/bash
|
||||
CHART_VERSION="v0.6.1"
|
||||
|
||||
helm repo add external-secrets https://charts.external-secrets.io
|
||||
helm repo update
|
||||
helm upgrade --install \
|
||||
external-secrets \
|
||||
external-secrets/external-secrets \
|
||||
-n external-secrets \
|
||||
--version ${CHART_VERSION} \
|
||||
--create-namespace \
|
||||
--cleanup-on-fail
|
Loading…
Reference in a new issue