diff --git a/charts/argo-cd/templates/_helpers.tpl b/charts/argo-cd/templates/_helpers.tpl index 392cc00e..437ce143 100644 --- a/charts/argo-cd/templates/_helpers.tpl +++ b/charts/argo-cd/templates/_helpers.tpl @@ -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 -}} diff --git a/charts/argo-cd/templates/event-reporter/statefulset.yaml b/charts/argo-cd/templates/event-reporter/statefulset.yaml index 854786fe..f51cb53b 100644 --- a/charts/argo-cd/templates/event-reporter/statefulset.yaml +++ b/charts/argo-cd/templates/event-reporter/statefulset.yaml @@ -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