Skip to content

Commit 2c7acfc

Browse files
committed
refactor: remove redundant service name prefixes
1 parent d1e2580 commit 2c7acfc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

charts/gitops-runtime/templates/_components/cap-app-proxy/environment-variables/_main-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{- $chartVersion := .Chart.Version -}}
44
{{- $runtimeVersion := .Chart.AppVersion -}}
55
{{- $runtimeName := .Values.global.runtime.name -}}
6-
{{- $appProxyName := "cf-gitops-app-proxy" -}}
6+
{{- $appProxyName := "app-proxy" -}}
77
{{- $appProxyVersion := .Values.image.tag | default "latest" -}}
88
ARGO_CD_URL:
99
valueFrom:

charts/gitops-runtime/templates/_components/gitops-operator/_env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ WORKFLOW_MONITOR_POLLING_INTERVAL: {{ .Values.config.workflowMonitorPollingInter
3030
{{- $runtimeVersion := .Chart.AppVersion -}}
3131
{{- $runtimeName := .Values.global.runtime.name -}}
3232
{{- $gitopsOperatorVersion := .Values.image.tag | default "latest" -}}
33-
{{- $gitopsOperatorName := "cf-gitops-gitops-operator" -}}
33+
{{- $gitopsOperatorName := "gitops-operator" -}}
3434
AP_URL: http://cap-app-proxy:3017
3535
ARGO_CD_URL: argo-cd-server:80
3636
ARGO_WF_URL: http://argo-server:2746

charts/gitops-runtime/templates/event-reporters/cluster-event-reporter/_env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ CODEFRESH_SSL_CERT_PATH: {{ printf "/app/config/codefresh-tls-certs/%s" $secretK
2828
{{- $runtimeVersion := .Chart.AppVersion -}}
2929
{{- $runtimeName := .Values.global.runtime.name -}}
3030
{{- $eventReporterVersion := .Values.image.tag | default "latest" -}}
31-
{{- $eventReporterName := "cf-gitops-cluster-event-reporter" -}}
31+
{{- $eventReporterName := "cluster-event-reporter" -}}
3232
REPORTER_MODE: resource
3333
APP_QUEUE_SIZE:
3434
valueFrom:

charts/gitops-runtime/templates/event-reporters/runtime-event-reporter/_env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ CODEFRESH_SSL_CERT_PATH: {{ printf "/app/config/codefresh-tls-certs/%s" $secretK
2828
{{- $runtimeVersion := .Chart.AppVersion -}}
2929
{{- $runtimeName := .Values.global.runtime.name -}}
3030
{{- $eventReporterVersion := .Values.image.tag | default "latest" -}}
31-
{{- $eventReporterName := "cf-gitops-runtime-event-reporter" -}}
31+
{{- $eventReporterName := "runtime-event-reporter" -}}
3232
REPORTER_MODE: app
3333
APP_QUEUE_SIZE:
3434
valueFrom:

0 commit comments

Comments
 (0)