File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
charts/gitops-runtime/templates/_components/cap-app-proxy Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ isConfigurationRuntime: {{ .Values.global.runtime.isConfigurationRuntime | quote
66isExternalArgoCD : {{ .Values.global.runtime.isExternalArgoCD | quote }}
77runtimeName : {{ required "global.runtime.name is required" .Values.global.runtime.name | quote}}
88isNamespacedRuntime : {{ .Values.global.runtime.singleNamespace | quote }}
9- skipGitPermissionValidation : {{ .Values.config.skipGitPermissionValidation | quote }}
109logLevel : {{ .Values.config.logLevel | quote }}
1110 {{- $enrichmentValues := get .Values "image-enrichment" }}
1211 {{- if $enrichmentValues.enabled }}
@@ -25,7 +24,7 @@ enrichmentJiraEnrichmentImage: {{ printf "%s/%s:%s" $enrichmentValues.config.ima
2524
2625{{- define "cap-app-proxy.resources.configmap" }}
2726{{- $documentedConfigs := (include "cap-app-proxy.resources.configmap-documented-configs" . | fromYaml ) }}
28- {{- $overrides := omit .Values.config "argoWorkflowsInsecure" "clusterChunkSize" "cors" "singleNamespace" "skipGitPermissionValidation" }}
27+ {{- $overrides := omit .Values.config "argoWorkflowsInsecure" "clusterChunkSize" "cors" }}
2928{{- $mergedConfig := mergeOverwrite $documentedConfigs $overrides }}
3029apiVersion : v1
3130kind : ConfigMap
You can’t perform that action at this time.
0 commit comments