not required for repo-server
This commit is contained in:
parent
d27db96baf
commit
1937bd112b
2 changed files with 0 additions and 10 deletions
|
@ -274,11 +274,3 @@ Helper template to set argocd server url in event reporter
|
|||
{{- end }}
|
||||
{{- printf "%s:%v" (include "argo-cd.server.fullname" .) $port }}
|
||||
{{- end -}}
|
||||
|
||||
{{/*
|
||||
Helper template to set repo server url in event reporter
|
||||
*/}}
|
||||
{{- define "argo-cd.eventReporter.argocd-repo-server-adress" -}}
|
||||
{{- $port := .Values.repoServer.service.port }}
|
||||
{{- printf "%s:%v" (include "argo-cd.repoServer.fullname" .) $port }}
|
||||
{{- end -}}
|
||||
|
|
|
@ -73,8 +73,6 @@ spec:
|
|||
{{- end }}
|
||||
- name: EVENT_REPORTER_APPLICATION_SERVER
|
||||
value: {{ include "argo-cd.eventReporter.argocd-server-adress" . }}
|
||||
- name: EVENT_REPORTER_REPO_SERVER
|
||||
value: {{ include "argo-cd.eventReporter.argocd-repo-server-adress" . }}
|
||||
- name: EVENT_REPORTER_REPLICAS
|
||||
value: {{ .Values.eventReporter.replicas | quote }}
|
||||
- name: ARGOCD_APPLICATION_NAMESPACES
|
||||
|
|
Loading…
Reference in a new issue