Skip to content

Commit c09a61a

Browse files
add podMonitor.honorLabel
Signed-off-by: Alan B <[email protected]>
1 parent 417f035 commit c09a61a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/flagger/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ The following tables lists the configurable parameters of the Flagger chart and
157157
| `podMonitor.namespace` | Namespace where the PodMonitor is created | the same namespace |
158158
| `podMonitor.interval` | Interval at which metrics should be scraped | `15s` |
159159
| `podMonitor.podMonitor` | Additional labels to add to the PodMonitor | `{}` |
160+
| `podMonitor.honorLabels` | If `true`, label conflicts are resolved by keeping label values from the scraped data and ignoring the conflicting server-side labels | `false` |
160161
| `leaderElection.enabled` | If `true`, Flagger will run in HA mode | `false` |
161162
| `leaderElection.replicaCount` | Number of replicas | `1` |
162163
| `serviceAccount.create` | If `true`, Flagger will create service account | `true` |

0 commit comments

Comments
 (0)