From c2a2d70a59a5a430b3a9906ce9c562cdf40862c8 Mon Sep 17 00:00:00 2001 From: kaiyou Date: Fri, 18 Nov 2022 20:17:58 +0100 Subject: [PATCH] Make db engine configurable through helm values --- script/helm/garage/templates/configmap.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/script/helm/garage/templates/configmap.yaml b/script/helm/garage/templates/configmap.yaml index bfcd5d8c..851754e7 100644 --- a/script/helm/garage/templates/configmap.yaml +++ b/script/helm/garage/templates/configmap.yaml @@ -7,6 +7,7 @@ data: metadata_dir = "{{ .Values.garage.metadataDir }}" data_dir = "{{ .Values.garage.dataDir }}" + db_engine = "{{ .Values.garage.dbEngine }}" replication_mode = "{{ .Values.garage.replicationMode }}" rpc_bind_addr = "{{ .Values.garage.rpcBindAddr }}"