Skip to content

Commit

Permalink
fix json format in user ui configmap (hobbyfarm#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
jggoebel committed Feb 15, 2024
1 parent 5d44146 commit 8afed8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hobbyfarm/templates/ui/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data:
"logo": {{ $.Values.ui.config.logo | quote }},
"about": {
"title": {{ $.Values.ui.config.about.title | default "" | quote }},
"body": {{ $.Values.ui.config.about.body | default "" | quote }},
"body": {{ $.Values.ui.config.about.body | default "" | quote }}
}
}
{{- if $.Values.ui.custom }}
Expand Down

0 comments on commit 8afed8a

Please sign in to comment.