set application server and repo server address from values for event reporter
This commit is contained in:
parent
15eef65b28
commit
d27db96baf
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ Create the name of the Argo CD server service account to use
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
{{/*
|
{{/*
|
||||||
Helper template to set repo server url in event reporter
|
Helper template to set argocd server url in event reporter
|
||||||
*/}}
|
*/}}
|
||||||
{{- define "argo-cd.eventReporter.argocd-server-adress" -}}
|
{{- define "argo-cd.eventReporter.argocd-server-adress" -}}
|
||||||
{{- $port := .Values.server.service.servicePortHttps }}
|
{{- $port := .Values.server.service.servicePortHttps }}
|
||||||
|
|
Loading…
Reference in a new issue