Skip to content
Snippets Groups Projects
Unverified Commit 30d3d595 authored by paulfantom's avatar paulfantom
Browse files

jsonnet: do not include thanos field when not needed


Signed-off-by: default avatarpaulfantom <pawel@krupa.net.pl>
parent de2d1b52
No related branches found
No related tags found
No related merge requests found
......@@ -274,7 +274,7 @@ function(params) {
runAsNonRoot: true,
fsGroup: 2000,
},
thanos: p.config.thanos,
[if std.objectHas(params, 'thanos') then 'thanos']: p.config.thanos,
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment