kube-prometheus: Example jsonnet ingress, merge Grafana config instead of overwrite

This commit is contained in:
Karl Skewes
2018-10-21 08:29:33 +13:00
parent 352c9171cf
commit f6a3ac030a

View File

@@ -20,9 +20,9 @@ local kp =
},
},
grafana+:: {
config: {
sections: {
server: {
config+: {
sections+: {
server+: {
root_url: 'http://grafana.example.com/',
},
},