From 8cd55ee0cda6086dfbac18ba5aab9246a70e912f Mon Sep 17 00:00:00 2001 From: Nicolas Date: Thu, 4 Sep 2025 16:39:27 +0800 Subject: [PATCH] change secret setting --- magicleaps/helm-pkg/authentication/values.alpha.yaml | 4 ++-- magicleaps/helm-pkg/authentication/values.prod.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/magicleaps/helm-pkg/authentication/values.alpha.yaml b/magicleaps/helm-pkg/authentication/values.alpha.yaml index c453960a..a8b28086 100644 --- a/magicleaps/helm-pkg/authentication/values.alpha.yaml +++ b/magicleaps/helm-pkg/authentication/values.alpha.yaml @@ -95,13 +95,13 @@ authentication: kind: FreeleapsSecretStore name: freeleaps-main-secret-store target: - name: "freeleaps-authentication-alpha-secrets" + name: "magicleaps-authentication-alpha-secrets" creationPolicy: "Owner" refreshInterval: 30s data: - key: jwtSecretKey remoteRef: - key: "freeleaps-alpha-jwt-secret-key" + key: "magicleaps-alpha-jwt-secret-key" type: Secret - key: mongodbUri remoteRef: diff --git a/magicleaps/helm-pkg/authentication/values.prod.yaml b/magicleaps/helm-pkg/authentication/values.prod.yaml index ab74c78c..ace30f5e 100644 --- a/magicleaps/helm-pkg/authentication/values.prod.yaml +++ b/magicleaps/helm-pkg/authentication/values.prod.yaml @@ -95,7 +95,7 @@ authentication: kind: FreeleapsSecretStore name: freeleaps-main-secret-store target: - name: "freeleaps-authentication-prod-secrets" + name: "magicleaps-authentication-prod-secrets" creationPolicy: "Owner" refreshInterval: 30s data: