diff options
| -rw-r--r-- | f3s/prometheus/persistence-values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/f3s/prometheus/persistence-values.yaml b/f3s/prometheus/persistence-values.yaml index 3f8eda9..732d0a9 100644 --- a/f3s/prometheus/persistence-values.yaml +++ b/f3s/prometheus/persistence-values.yaml @@ -28,7 +28,7 @@ prometheus: prometheusSpec: # Enable remote write receiver for accepting historic data with custom timestamps # Enable admin API for data deletion and management - # In Prometheus 3.x, use web flag instead of feature flag + # In Prometheus 3.x, use web flags instead of feature flags additionalArgs: - name: web.enable-remote-write-receiver value: "" |
