Tam Chi Nguyen

Results 1 comments of Tam Chi Nguyen

With latest [istio](https://istio.io/latest/docs/setup/additional-setup/sidecar-injection/#controlling-the-injection-policy), just add label to `pgbackrest` metadata ``` apiVersion: postgres-operator.crunchydata.com/v1beta1 kind: PostgresCluster spec: backups: pgbackrest: metadata: labels: sidecar.istio.io/inject: 'false' ``` Hope it helps