File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 7070 {{- with (concat .Values.global.env .Values.eventReporter.env) }}
7171 {{- toYaml . | nindent 10 }}
7272 {{- end }}
73+ - name : SOURCES_SERVER_ENABLED
74+ value : {{ .Values.eventReporter.sourcesServer.enabled | quote }}
75+ - name : SOURCES_SERVER_BASE_URL
76+ value : {{ .Values.eventReporter.sourcesServer.baseURL | quote }}
7377 - name : EVENT_REPORTER_APPLICATION_SERVER
7478 value : {{ include "argo-cd.eventReporter.argocd-server-adress" . }}
7579 - name : EVENT_REPORTER_REPLICAS
Original file line number Diff line number Diff line change @@ -3843,6 +3843,13 @@ eventReporter:
38433843 # topologyKey: topology.kubernetes.io/zone
38443844 # whenUnsatisfiable: DoNotSchedule
38453845
3846+ # Configuration of sources-server using
3847+ sourcesServer :
3848+ # -- Use sources-server logic instead of repo-server
3849+ enabled : false
3850+ # -- base URL of sources-server
3851+ baseURL : " http://sources-server"
3852+
38463853 serviceAccount :
38473854 # -- Create a service account for the event reporter
38483855 create : true
You can’t perform that action at this time.
0 commit comments