Skip to content

Commit 7dd5b65

Browse files
committed
returned default argocd and argowf urls
1 parent 2ca7c2d commit 7dd5b65

File tree

1 file changed

+2
-0
lines changed
  • charts/gitops-runtime/templates/_components/gitops-operator

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ WORKFLOW_MONITOR_POLLING_INTERVAL: {{ .Values.config.workflowMonitorPollingInter
2424

2525
{{- define "gitops-operator.resources.environment-variables.defaults" -}}
2626
AP_URL: http://cap-app-proxy:3017
27+
ARGO_CD_URL: argo-cd-server:80
28+
ARGO_WF_URL: http://argo-server:2746
2729
CF_TOKEN:
2830
valueFrom:
2931
secretKeyRef:

0 commit comments

Comments
 (0)