not required for repo-server

This commit is contained in:
Ilia Medvedev 2024-08-10 10:54:07 +03:00
parent d27db96baf
commit 1937bd112b
2 changed files with 0 additions and 10 deletions

View file

@ -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 -}}

View file

@ -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