From d2cc52f5f8c36867c7bfe28b200cd37a9de01f31 Mon Sep 17 00:00:00 2001 From: Jennifer Weir Date: Sat, 9 May 2026 15:38:18 -0400 Subject: [PATCH] fix(argocd): remove hyphen from clientSecret template --- manifests/platform/argocd/operator/components/argocd.yaml | 2 +- .../platform/argocd/overlays/okd/oidc-external-secret.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/platform/argocd/operator/components/argocd.yaml b/manifests/platform/argocd/operator/components/argocd.yaml index e7a0a87..365a74b 100644 --- a/manifests/platform/argocd/operator/components/argocd.yaml +++ b/manifests/platform/argocd/operator/components/argocd.yaml @@ -105,7 +105,7 @@ spec: name: azure issuer: clientID: - clientSecret: $oidc-azure.azure_client_secret + clientSecret: $oidc.azure_client_secret # Optional set of OIDC scopes to request. If omitted, defaults to: ["openid", "profile", "email", "groups"] requestedScopes: ["openid", "profile", "email"] # Optional set of OIDC claims to request on the ID token. diff --git a/manifests/platform/argocd/overlays/okd/oidc-external-secret.yaml b/manifests/platform/argocd/overlays/okd/oidc-external-secret.yaml index da1a351..485d06a 100644 --- a/manifests/platform/argocd/overlays/okd/oidc-external-secret.yaml +++ b/manifests/platform/argocd/overlays/okd/oidc-external-secret.yaml @@ -1,7 +1,7 @@ apiVersion: external-secrets.io/v1 kind: ExternalSecret metadata: - name: oidc-azure + name: oidc namespace: argocd annotations: argocd.argoproj.io/sync-wave: "3" @@ -11,7 +11,7 @@ spec: name: gsm-secret-store kind: SecretStore target: - name: oidc-azure + name: oidc creationPolicy: Owner data: - secretKey: azure_client_secret