From 23c889a0d8cf01e614f74c966f24ef2b888e39b1 Mon Sep 17 00:00:00 2001 From: Lalith Kota Date: Wed, 18 Sep 2024 21:53:32 +0530 Subject: [PATCH] Mimoto Chart: fixed secret name attr Signed-off-by: Lalith Kota --- charts/mimoto/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/mimoto/templates/deployment.yaml b/charts/mimoto/templates/deployment.yaml index 1b23809..085c16f 100644 --- a/charts/mimoto/templates/deployment.yaml +++ b/charts/mimoto/templates/deployment.yaml @@ -117,7 +117,7 @@ spec: {{- end }} - name: oidc-client-keys secret: - name: {{ include "common.tplvalues.render" (dict "value" .Values.oidcClientKeySecretName "context" $) }} + secretName: {{ include "common.tplvalues.render" (dict "value" .Values.oidcClientKeySecretName "context" $) }} {{- if .Values.extraVolumes }} {{- include "common.tplvalues.render" (dict "value" .Values.extraVolumes "context" $) | nindent 8 }} {{- end }}