kube-prometheus: Add docs on how to set Alertmanager configuration
This commit is contained in:
7
examples/alertmanager-config-external.jsonnet
Normal file
7
examples/alertmanager-config-external.jsonnet
Normal file
@@ -0,0 +1,7 @@
|
||||
((import 'kube-prometheus/kube-prometheus.libsonnet') + {
|
||||
_config+:: {
|
||||
alertmanager+: {
|
||||
config: importstr 'alertmanager-config.yaml',
|
||||
},
|
||||
},
|
||||
}).alertmanager.secret
|
Reference in New Issue
Block a user