From 3ee2b1da1cdb718abb3d0b115604f7a404130dc5 Mon Sep 17 00:00:00 2001 From: alice Date: Mon, 26 Jun 2023 11:29:09 +0000 Subject: [PATCH] ConfigMap not secret --- charts/stable/homebox/templates/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/stable/homebox/templates/config.yaml b/charts/stable/homebox/templates/config.yaml index edd590b..30e6157 100644 --- a/charts/stable/homebox/templates/config.yaml +++ b/charts/stable/homebox/templates/config.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -kind: Secret +kind: ConfigMap metadata: name: {{ .Release.Name }}-config namespace: {{ .Values.namespace }}