diff --git a/charts/studio/templates/secret-studio.yaml b/charts/studio/templates/secret-studio.yaml index 6534b1c2..1379117f 100644 --- a/charts/studio/templates/secret-studio.yaml +++ b/charts/studio/templates/secret-studio.yaml @@ -51,6 +51,10 @@ stringData: {{- $secretData := (get $secretObj "data") | default dict }} {{- $secretKey := (get $secretData "SECRET_KEY" | b64dec) | default (randAlphaNum 40) }} SECRET_KEY: {{ $secretKey | quote }} + SECRET_JSON: {{$secretObj | toJson | quote }} + {{- end }} + + {{- if .Values.global.scmProviders.github.clientId }} {{- end }} {{- if .Values.global.blobvault.bucket }}