Skip to content

Commit 81f27b8

Browse files
authored
Fix roles in ScrapeConfigs (#250)
Since https://github.com/prometheus-operator/prometheus-operator/releases/tag/pkg/apis/monitoring/v0.76.0 only camel case roles are valid (see prometheus-operator/prometheus-operator@38900ce#diff-95caef4dacf48c47bf56afc00c513822feba29a5d2f6354b75c97a25a353d52fL75-R77)
1 parent b69780a commit 81f27b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • charts/internal/shoot-network-problem-detector-controller-seed/templates

charts/internal/shoot-network-problem-detector-controller-seed/templates/scrapeconfig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
namespaces:
2626
names:
2727
- kube-system
28-
role: endpoints
28+
role: Endpoints
2929
tlsConfig:
3030
# This is needed because we do not fetch the correct cluster CA bundle right now
3131
insecureSkipVerify: true

0 commit comments

Comments
 (0)