From ed1a465402019f68fef949bc9d650e00f88f4ef5 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 20 Sep 2025 07:55:44 -0500 Subject: [PATCH] fix secrets --- .../templates/grafana-secrets-sealed.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/infra/kube-prometheus-stack/templates/grafana-secrets-sealed.yaml b/infra/kube-prometheus-stack/templates/grafana-secrets-sealed.yaml index a499d01..d3b43d5 100644 --- a/infra/kube-prometheus-stack/templates/grafana-secrets-sealed.yaml +++ b/infra/kube-prometheus-stack/templates/grafana-secrets-sealed.yaml @@ -17,11 +17,11 @@ spec: data: - secretKey: GF_AUTH_GENERIC_OAUTH_CLIENT_ID remoteRef: - key: secrets/grafana/oauth + key: kv/grafana/oauth property: GF_AUTH_GENERIC_OAUTH_CLIENT_ID - secretKey: GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET remoteRef: - key: secrets/grafana/oauth + key: kv/grafana/oauth property: GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET --- @@ -38,9 +38,9 @@ spec: data: - secretKey: admin-password remoteRef: - key: secrets/grafana/admin + key: kv/grafana/admin property: admin-password - secretKey: admin-user remoteRef: - key: secrets/grafana/admin + key: kv/grafana/admin property: admin-user