From 403b4df6753b21c2a2a7609216e53aa096911014 Mon Sep 17 00:00:00 2001 From: Bharat Middha <5100938+bmiddha@users.noreply.github.com> Date: Thu, 8 Aug 2024 15:40:36 -0700 Subject: [PATCH] allow repo https://azure.github.io/azure-workload-identity/charts in infrastructure project --- kubernetes/argocd/stacks/common/projects.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/kubernetes/argocd/stacks/common/projects.yml b/kubernetes/argocd/stacks/common/projects.yml index 5edf28b..3adcc72 100644 --- a/kubernetes/argocd/stacks/common/projects.yml +++ b/kubernetes/argocd/stacks/common/projects.yml @@ -36,6 +36,7 @@ spec: - 'https://acm.cs.uic.edu/helm' - 'https://helm.releases.hashicorp.com' - 'https://kubernetes-sigs.github.io/metrics-server/' + - 'https://azure.github.io/azure-workload-identity/charts' roles: # A role which provides read-only access to all applications in the project - name: read-only