mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-31 09:18:29 +00:00
fix: helm configmap quoted block_size
This commit is contained in:
@@ -13,7 +13,7 @@ data:
|
|||||||
|
|
||||||
db_engine = "{{ .Values.garage.dbEngine }}"
|
db_engine = "{{ .Values.garage.dbEngine }}"
|
||||||
|
|
||||||
block_size = {{ .Values.garage.blockSize }}
|
block_size = "{{ .Values.garage.blockSize }}"
|
||||||
|
|
||||||
replication_factor = {{ .Values.garage.replicationFactor }}
|
replication_factor = {{ .Values.garage.replicationFactor }}
|
||||||
consistency_mode = "{{ .Values.garage.consistencyMode }}"
|
consistency_mode = "{{ .Values.garage.consistencyMode }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user