Replies: 3 comments
-
Can you show what you've tried already? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The configuration is actually toml, not ini. look at Available since version 0.18.0. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thx will try that. The example on https://jsonnet.org/ref/stdlib.html is a bit hard to read. Thought duplicate-keys would be a problem there too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i am currently trying to template a configMap (for influxdb-relay) that is basically an ini-file with duplicate sections:
by looping of a list of influxDB-instances. The problem is
std.manifestIni
won't allow this. Does anyone have an idea how to do this?Beta Was this translation helpful? Give feedback.
All reactions