Skip to content

Commit

Permalink
Mimoto Chart: fixed secret name attr
Browse files Browse the repository at this point in the history
Signed-off-by: Lalith Kota <[email protected]>
  • Loading branch information
lalithkota committed Sep 18, 2024
1 parent b782638 commit 23c889a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/mimoto/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 23c889a

Please sign in to comment.