WIP
This commit is contained in:
@@ -42,3 +42,17 @@ developer_mode = true ; Enable developer mode to use in-memory implementations o
|
||||
[secrets_manager]
|
||||
run_secrets_db_migrations = true
|
||||
run_data_key_migration = true
|
||||
|
||||
[grafana-apiserver]
|
||||
; use unified storage for k8s apiserver
|
||||
storage_type = unified
|
||||
|
||||
# Dualwriter modes
|
||||
# 0: disabled (default mode)
|
||||
# 1: read from legacy, write to legacy, write to unified best-effort
|
||||
# 2: read from legacy, write to both
|
||||
# 3: read from unified, write to both
|
||||
# 4: read from unified, write to unified
|
||||
# 5: read from unified, write to unified, ignore background sync state
|
||||
[unified_storage.correlation.correlations.grafana.app]
|
||||
dualWriterMode = 5
|
||||
|
||||
Reference in New Issue
Block a user