Commit 340137c
authored
feat: enable watch-referenced-objects-in-all-namespaces in Prometheus operator (#945)
This commit enables the `--watch-referenced-objects-in-all-namespaces`
flag in the Prometheus operator deployment to ensure that the operator
reconciles configurations when a secret/configmap referenced by a
custom resource gets an update.
Upstream issue:
https://github.com/prometheus-operator/prometheus-operator/issue/6018
Signed-off-by: Simon Pasquier <[email protected]>1 parent 46ccb54 commit 340137c
File tree
2 files changed
+3
-1
lines changed- bundle/manifests
- deploy/dependencies
2 files changed
+3
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
864 | 864 | | |
865 | 865 | | |
866 | 866 | | |
| 867 | + | |
867 | 868 | | |
868 | 869 | | |
869 | 870 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
0 commit comments