Skip to content

Commit

Permalink
Merge pull request #136 from consideRatio/pr/fix-custom
Browse files Browse the repository at this point in the history
Fix adding of `custom` config
  • Loading branch information
consideRatio authored Jul 12, 2024
2 parents bc0c6fc + 00ba998 commit c7393cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binderhub-service/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stringData:
file.
*/}}
chart-config.yaml: |
{{- pick .Values "config" "extraConfig" | toYaml | nindent 4 }}
{{- pick .Values "custom" "config" "extraConfig" | toYaml | nindent 4 }}
{{- with .Values.extraCredentials.googleServiceAccountKey }}
gcp-sa-key.json: |
Expand Down

0 comments on commit c7393cc

Please sign in to comment.