feat(argo-cd): Pre-set statusbadge.url value to global.domain (#2657)
This commit is contained in:
parent
895b26a3cb
commit
7ad09a972f
2 changed files with 3 additions and 2 deletions
|
|
@ -164,6 +164,7 @@ Argo Configuration Preset Values (Incluenced by Values configuration)
|
|||
{{- define "argo-cd.config.cm.presets" -}}
|
||||
{{- $presets := dict -}}
|
||||
{{- $_ := set $presets "url" (printf "https://%s" .Values.global.domain) -}}
|
||||
{{- $_ := set $presets "statusbadge.url" (printf "https://%s/" .Values.global.domain) -}}
|
||||
{{- if .Values.configs.styles -}}
|
||||
{{- $_ := set $presets "ui.cssurl" "./custom/custom.styles.css" -}}
|
||||
{{- end -}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue