Skip to content

Commit

Permalink
fix(secret): add json
Browse files Browse the repository at this point in the history
  • Loading branch information
mjasion committed Sep 23, 2023
1 parent 95fffe3 commit f64b6a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/studio/templates/secret-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit f64b6a9

Please sign in to comment.