diff --git a/infrastructure/grafana/values.yaml b/infrastructure/grafana/values.yaml index db1ffaf..d24defc 100644 --- a/infrastructure/grafana/values.yaml +++ b/infrastructure/grafana/values.yaml @@ -14,6 +14,10 @@ adminUser: admin adminPassword: "admin" +# --- Recreate strategy to avoid RWO PVC Multi-Attach deadlock --- +strategy: + type: Recreate + # --- Deployment annotations for Reloader --- # Automatically restart Grafana when secrets change # Note: Unpoller has its own Reloader annotation in unpoller namespace