From 171a4cb4fdbfbd4b04399447bbc9a961a91fc3bb Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Wed, 31 Jan 2024 20:17:29 +0100 Subject: [PATCH] fix: add dex repo --- argo/kustomize-helm-with-rewrite/init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/argo/kustomize-helm-with-rewrite/init.sh b/argo/kustomize-helm-with-rewrite/init.sh index b88ef8f4..1ae3a962 100644 --- a/argo/kustomize-helm-with-rewrite/init.sh +++ b/argo/kustomize-helm-with-rewrite/init.sh @@ -6,6 +6,7 @@ helm repo add bitnami https://charts.bitnami.com/bitnami helm repo add cerbos https://download.cerbos.dev/helm-charts helm repo add dapr https://dapr.github.io/helm-charts/ helm repo add ncsa https://opensource.ncsa.illinois.edu/charts +helm repo add dex https://charts.dexidp.io helm repo update