Skip to content

Commit

Permalink
Merge pull request #73 from lalithkota/main
Browse files Browse the repository at this point in the history
Mimoto Chart: fixed secret name attr
  • Loading branch information
lalithkota authored Sep 18, 2024
2 parents 2f65408 + 23c889a commit 2225939
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 2225939

Please sign in to comment.