Skip to content
Snippets Groups Projects
Unverified Commit 3b1f268d authored by Paweł Krupa's avatar Paweł Krupa Committed by GitHub
Browse files

Merge pull request #1140 from paulfantom/config-reloader

jsonnet: use common to populate options for additional objects
parents a1210f1e f340a76e
No related branches found
Tags 38.44.1
No related merge requests found
......@@ -37,7 +37,7 @@
spec+: {
local addArgs(c) =
if c.name == 'prometheus-operator'
then c { args+: ['--config-reloader-cpu=0'] }
then c { args+: ['--config-reloader-cpu-limit=0', '--config-reloader-memory-limit=0'] }
else c,
containers: std.map(addArgs, super.containers),
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment