Skip to content

Commit

Permalink
Add backtick in branding options (#277)
Browse files Browse the repository at this point in the history
Signed-off-by: Imtiaz Uddin <[email protected]>
  • Loading branch information
Imtiaz246 authored Dec 7, 2023
1 parent e8ce5dd commit edbe2a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 }}
PRIMARY_COLOR = {{ .Values.branding.primaryColor }}
LOGO = `{{ .Values.branding.logo }}`
FAVICON = `{{ .Values.branding.favicon }}`
PRIMARY_COLOR = `{{ .Values.branding.primaryColor }}`

0 comments on commit edbe2a6

Please sign in to comment.