-
Hi, i am trying to mount a series of configmaps without writing every single mount, but somehow i am getting extra dashes which break the yaml-structure.
The resulting statefulset-container contains volumemounts with an extra dash per sub-array:
regards, |
Beta Was this translation helpful? Give feedback.
Answered by
strowi
Aug 25, 2022
Replies: 1 comment
-
Ok,after hours of fiddling with this it took me this post + 5min. to find
But other/better suggestions are welcome;) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
strowi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok,after hours of fiddling with this it took me this post + 5min. to find
std.flattenArrays()
which works:But other/better suggestions are welcome;)