examples: adapt examples to stop modifying prometheus object when it is not needed
This commit is contained in:
@@ -4,7 +4,7 @@ local kp = (import 'kube-prometheus/main.libsonnet') + {
|
||||
namespace: 'monitoring',
|
||||
},
|
||||
|
||||
prometheus+:: {
|
||||
prometheus+: {
|
||||
namespaces+: ['my-namespace', 'my-second-namespace'],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user