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
6
6
isExternalArgoCD : {{ .Values.global.runtime.isExternalArgoCD | quote }}
7
7
runtimeName : {{ required "global.runtime.name is required" .Values.global.runtime.name | quote}}
8
8
isNamespacedRuntime : {{ .Values.global.runtime.singleNamespace | quote }}
9
- skipGitPermissionValidation : {{ .Values.config.skipGitPermissionValidation | quote }}
10
9
logLevel : {{ .Values.config.logLevel | quote }}
11
10
{{- $enrichmentValues := get .Values "image-enrichment" }}
12
11
{{- if $enrichmentValues.enabled }}
@@ -25,7 +24,7 @@ enrichmentJiraEnrichmentImage: {{ printf "%s/%s:%s" $enrichmentValues.config.ima
25
24
26
25
{{- define "cap-app-proxy.resources.configmap" }}
27
26
{{- $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" }}
29
28
{{- $mergedConfig := mergeOverwrite $documentedConfigs $overrides }}
30
29
apiVersion : v1
31
30
kind : ConfigMap
You can’t perform that action at this time.
0 commit comments