Skip to content

Commit

Permalink
Add backtick in branding options
Browse files Browse the repository at this point in the history
Signed-off-by: Imtiaz Uddin <[email protected]>
  • Loading branch information
Imtiaz246 committed Dec 7, 2023
1 parent 81380bc commit 639f746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/ace/templates/platform/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,6 @@ stringData:
{{- end }}

[branding]
LOGO = {{ .Values.branding.logo }}
FAVICON = {{ .Values.branding.favicon }}
LOGO = `{{ .Values.branding.logo }}`
FAVICON = `{{ .Values.branding.favicon }}`
PRIMARY_COLOR = {{ .Values.branding.primaryColor }}

0 comments on commit 639f746

Please sign in to comment.