Skip to content

Commit 1937bd1

Browse files
not required for repo-server
1 parent d27db96 commit 1937bd1

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

charts/argo-cd/templates/_helpers.tpl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -274,11 +274,3 @@ Helper template to set argocd server url in event reporter
274274
{{- end }}
275275
{{- printf "%s:%v" (include "argo-cd.server.fullname" .) $port }}
276276
{{- end -}}
277-
278-
{{/*
279-
Helper template to set repo server url in event reporter
280-
*/}}
281-
{{- define "argo-cd.eventReporter.argocd-repo-server-adress" -}}
282-
{{- $port := .Values.repoServer.service.port }}
283-
{{- printf "%s:%v" (include "argo-cd.repoServer.fullname" .) $port }}
284-
{{- end -}}

charts/argo-cd/templates/event-reporter/statefulset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ spec:
7373
{{- end }}
7474
- name: EVENT_REPORTER_APPLICATION_SERVER
7575
value: {{ include "argo-cd.eventReporter.argocd-server-adress" . }}
76-
- name: EVENT_REPORTER_REPO_SERVER
77-
value: {{ include "argo-cd.eventReporter.argocd-repo-server-adress" . }}
7876
- name: EVENT_REPORTER_REPLICAS
7977
value: {{ .Values.eventReporter.replicas | quote }}
8078
- name: ARGOCD_APPLICATION_NAMESPACES

0 commit comments

Comments
 (0)