From 00ba9986698c755a37775e2786f6d1f4457dcef2 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Fri, 12 Jul 2024 14:17:58 +0200 Subject: [PATCH] Fix adding of `custom` config --- binderhub-service/templates/secret.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binderhub-service/templates/secret.yaml b/binderhub-service/templates/secret.yaml index cbe4d31..123d7ae 100644 --- a/binderhub-service/templates/secret.yaml +++ b/binderhub-service/templates/secret.yaml @@ -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: |