kube-prometheus: Example jsonnet ingress, merge Grafana config instead of overwrite
This commit is contained in:
@@ -20,9 +20,9 @@ local kp =
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
grafana+:: {
|
grafana+:: {
|
||||||
config: {
|
config+: {
|
||||||
sections: {
|
sections+: {
|
||||||
server: {
|
server+: {
|
||||||
root_url: 'http://grafana.example.com/',
|
root_url: 'http://grafana.example.com/',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user