I am deploying PGW v1.5.1 using the helm chart v2.2.0. I can see the flag set up to be false but as I put
extraArgs:
- --push.disable-consistency-check=true
in my value.yaml file, the pod breaks as it fails to create the container. But with other flags like:
- --persistence.file=/data/pushgateway.data
- --persistence.interval=10m
it shows no issues. I tried
extraArgs:
- --no-push.disable-consistency-check
that makes the pod stable and PGW comes up fine but I cannot see the flag changes in UI
Am I missing something?