fix(ops): flip TOWER_OPS_PERSIST_PATH to .db for SQLite mode in 0.76.24
This commit is contained in:
@@ -99,7 +99,7 @@ spec:
|
|||||||
# store runs purely in-memory.
|
# store runs purely in-memory.
|
||||||
{{- if .Values.backend.persistence.enabled }}
|
{{- if .Values.backend.persistence.enabled }}
|
||||||
- name: TOWER_OPS_PERSIST_PATH
|
- name: TOWER_OPS_PERSIST_PATH
|
||||||
value: /var/lib/tower/operations.json
|
value: /var/lib/tower/operations.db
|
||||||
{{- end }}
|
{{- end }}
|
||||||
# Docker-mirror credentials threaded into Connect's
|
# Docker-mirror credentials threaded into Connect's
|
||||||
# ApplyConnectSecrets so every customer cluster gets a
|
# ApplyConnectSecrets so every customer cluster gets a
|
||||||
|
|||||||
Reference in New Issue
Block a user