We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d6478 commit d709ee8Copy full SHA for d709ee8
charts/gitops-runtime/templates/_components/cap-app-proxy/_config.yaml
@@ -5,6 +5,7 @@ cors: {{ .Values.config.cors | default .Values.global.codefresh.url }}
5
isConfigurationRuntime: {{ .Values.global.runtime.isConfigurationRuntime | quote }}
6
isExternalArgoCD: {{ .Values.global.runtime.isExternalArgoCD | quote }}
7
runtimeName: {{ required "global.runtime.name is required" .Values.global.runtime.name | quote}}
8
+# Test CI
9
isNamespacedRuntime: {{ .Values.global.runtime.singleNamespace | quote }}
10
logLevel: {{ .Values.config.logLevel | quote }}
11
{{- $enrichmentValues := get .Values "image-enrichment" }}
0 commit comments