examples: adapt examples to stop modifying prometheus object when it is not needed

This commit is contained in:
paulfantom
2021-02-22 16:38:19 +01:00
parent 5d06e286ca
commit bf9a917cfa
9 changed files with 46 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
((import 'kube-prometheus/main.libsonnet') + {
_config+:: {
values+:: {
alertmanager+: {
config: importstr 'alertmanager-config.yaml',
},