From d1bf8cb5b6952e5d0aeb423f65623b4189eb14cd Mon Sep 17 00:00:00 2001 From: harsh4723 Date: Fri, 7 Jun 2024 18:22:09 +0530 Subject: [PATCH] fix: remove default cm flux not able to override --- helm/templates/configmap.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/templates/configmap.yaml b/helm/templates/configmap.yaml index 6b48c34..76a80a6 100644 --- a/helm/templates/configmap.yaml +++ b/helm/templates/configmap.yaml @@ -28,9 +28,9 @@ metadata: release: {{ .Release.Name }} data: # default aerospike configuration file - {{ if .Files.Get "files/aerospike.template.conf" }} - aerospike.template.conf: {{ tpl (.Files.Get "files/aerospike.template.conf") . | quote }} - {{ end }} + # {{ if .Files.Get "files/aerospike.template.conf" }} + # aerospike.template.conf: {{ tpl (.Files.Get "files/aerospike.template.conf") . | quote }} + # {{ end }} {{- if and .Values.confFilePath .Values.aerospikeConfFile }} {{ fail "Both legacy(confFilePath) and new(aerospikeConfFile) are configured! Use only one!" }}