File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
templates/_components/gitops-operator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ COMMIT_STATUS_POLLING_INTERVAL: {{ .Values.config.commitStatusPollingInterval }}
1515WORKFLOW_MONITOR_POLLING_INTERVAL : {{ .Values.config.workflowMonitorPollingInterval }}
1616MAX_CONCURRENT_RELEASES : {{ .Values.config.maxConcurrentReleases }}
1717PROMOTION_WRAPPER_TEMPLATE : {{ .Values.config.promotionWrapperTemplate | quote }}
18- RUNTIME_SINGLE_NAMESPACE : {{ .Values.global.runtime.singleNamespace }}
18+ IS_NAMESPACED_RUNTIME : {{ .Values.global.runtime.singleNamespace }}
1919{{- end }}
2020
2121{{- define "gitops-operator.resources.environment-variables.defaults" -}}
Original file line number Diff line number Diff line change @@ -728,7 +728,7 @@ gitops-operator:
728728 image :
729729 registry : quay.io
730730 repository : codefresh/dev/codefresh-gitops-operator
731- tag : cr-29615-support-single-namespace-installation-29d8658
731+ tag : cr-29615-support-single-namespace-installation-9823710
732732 serviceAccount :
733733 create : true
734734 annotations : {}
You can’t perform that action at this time.
0 commit comments