Add external-secrets

This commit is contained in:
Amarpreet Minhas 2023-07-08 15:49:52 -04:00
parent b346843bb8
commit be7b18a0fd
2 changed files with 5 additions and 12 deletions

View file

@ -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

View file

@ -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