mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-21 14:30:59 +02:00
fix breaking typo
the operator spec key is named "externalUrl", rather than "externalURL"
This commit is contained in:
parent
b9a6730daf
commit
2f23e374c7
@ -43,7 +43,7 @@ local kp =
|
|||||||
prometheus+:: {
|
prometheus+:: {
|
||||||
prometheus+: {
|
prometheus+: {
|
||||||
spec+: {
|
spec+: {
|
||||||
externalURL: 'http://prometheus.example.com',
|
externalUrl: 'http://prometheus.example.com',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user