This is an automated email from the ASF dual-hosted git repository.
nic443 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new 7c83eb3 chore: remove empty lines from configmap (#843)
7c83eb3 is described below
commit 7c83eb3e5e6871299e09662fa320f930e6f0e1b6
Author: Nic <[email protected]>
AuthorDate: Tue Jul 8 09:36:10 2025 +0800
chore: remove empty lines from configmap (#843)
Signed-off-by: Nic <[email protected]>
---
charts/apisix-ingress-controller/templates/configmap.yaml | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/charts/apisix-ingress-controller/templates/configmap.yaml
b/charts/apisix-ingress-controller/templates/configmap.yaml
index 5761bb5..6495559 100644
--- a/charts/apisix-ingress-controller/templates/configmap.yaml
+++ b/charts/apisix-ingress-controller/templates/configmap.yaml
@@ -22,34 +22,19 @@ metadata:
data:
config.yaml: |
log_level: {{ .Values.config.logLevel | default "info" }}
-
controller_name: {{ .Values.config.controllerName | default
"apisix.apache.org/apisix-ingress-controller" }}
-
leader_election_id: {{ .Values.config.leaderElection.id | default
"apisix-ingress-controller-leader" }}
-
leader_election:
-
leaseDuration: {{ .Values.config.leaderElection.leaseDuration | default
"15s" }}
-
renewDeadline: {{ .Values.config.leaderElection.renewDeadline | default
"10s" }}
-
retryPeriod: {{ .Values.config.leaderElection.retryPeriod | default "2s"
}}
-
disable: {{ .Values.config.leaderElection.disable | default false }}
-
metrics_addr: {{ .Values.config.metricsAddr | default ":8080" }}
-
enable_http2: {{ .Values.config.enableHTTP2 | default false }}
-
probe_addr: {{ .Values.config.probeAddr | default ":8081" }}
-
secure_metrics: {{ .Values.config.secureMetrics | default false }}
-
exec_adc_timeout: {{ .Values.config.execADCTimeout | default "15s" }}
-
provider:
type: {{ .Values.config.provider.type | default "apisix" }}
-
sync_period: {{ .Values.config.provider.syncPeriod | default "1s" }}
-
init_sync_delay: {{ .Values.config.provider.initSyncDelay | default
"20m" }}