Skip to content

Commit 4d8dca7

Browse files
committed
removed unused config fields
1 parent 0394f05 commit 4d8dca7

File tree

1 file changed

+1
-2
lines changed
  • charts/gitops-runtime/templates/_components/cap-app-proxy

1 file changed

+1
-2
lines changed

charts/gitops-runtime/templates/_components/cap-app-proxy/_config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ isConfigurationRuntime: {{ .Values.global.runtime.isConfigurationRuntime | quote
66
isExternalArgoCD: {{ .Values.global.runtime.isExternalArgoCD | quote }}
77
runtimeName: {{ required "global.runtime.name is required" .Values.global.runtime.name | quote}}
88
isNamespacedRuntime: {{ .Values.global.runtime.singleNamespace | quote }}
9-
skipGitPermissionValidation: {{ .Values.config.skipGitPermissionValidation | quote }}
109
logLevel: {{ .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 }}
3029
apiVersion: v1
3130
kind: ConfigMap

0 commit comments

Comments
 (0)