File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
assets/prometheus-operator Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 3636 - --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.85.0
3737 - --kubelet-endpoints=true
3838 - --kubelet-endpointslice=false
39+ - --watch-referenced-objects-in-all-namespaces=true
3940 - --prometheus-instance-namespaces=openshift-monitoring
4041 - --thanos-ruler-instance-namespaces=openshift-monitoring
4142 - --alertmanager-instance-namespaces=openshift-monitoring
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ function(params)
7070 // without requiring client TLS authentication.
7171 c {
7272 args+: [
73+ '--watch-referenced-objects-in-all-namespaces=true' ,
7374 '--prometheus-instance-namespaces=' + params.namespace,
7475 '--thanos-ruler-instance-namespaces=' + params.namespace,
7576 '--alertmanager-instance-namespaces=' + params.namespace,
You can’t perform that action at this time.
0 commit comments