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 }}
15
15
WORKFLOW_MONITOR_POLLING_INTERVAL : {{ .Values.config.workflowMonitorPollingInterval }}
16
16
MAX_CONCURRENT_RELEASES : {{ .Values.config.maxConcurrentReleases }}
17
17
PROMOTION_WRAPPER_TEMPLATE : {{ .Values.config.promotionWrapperTemplate | quote }}
18
- RUNTIME_SINGLE_NAMESPACE : {{ .Values.global.runtime.singleNamespace }}
18
+ IS_NAMESPACED_RUNTIME : {{ .Values.global.runtime.singleNamespace }}
19
19
{{- end }}
20
20
21
21
{{- define "gitops-operator.resources.environment-variables.defaults" -}}
Original file line number Diff line number Diff line change @@ -728,7 +728,7 @@ gitops-operator:
728
728
image :
729
729
registry : quay.io
730
730
repository : codefresh/dev/codefresh-gitops-operator
731
- tag : cr-29615-support-single-namespace-installation-29d8658
731
+ tag : cr-29615-support-single-namespace-installation-9823710
732
732
serviceAccount :
733
733
create : true
734
734
annotations : {}
You can’t perform that action at this time.
0 commit comments