You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it intended to put a templated config into the prosody configmap?
and which template language is that then?
not helm template is it?
it does not have tobool
Also I do find the base64 encoded files and some uncommented code
Did this ever work? If not please add a comment.
Its so deeply in the logic that its simply not fair to leave this uncommented for others to run against a wall.
Thats the beauti of READMEs.
The text was updated successfully, but these errors were encountered:
uvwild
changed the title
Syntax not compatible to current Helm3 - hidden broken config is created
template syntax of config files not compatible to current Helm3 - what is this?
Jan 14, 2021
Talking about the usefulness of a README, have you checked the « warnings » section?
It states how it has been tested + the fact that it’s an experiment.
The mount of the config wasn’t needed after experimenting.
if you noticed incompatibilities with Helm3, feel free to open a PR for updating what doesn’t work for you or be more specific in what prevents you to use it and I will look into it.
And yes, the config files aren't supposed to be parsed / interpreted by Helm. They are made for the templating engine of Jitsi.
Mounting these config files wasn't necessary because most values can be overridden using the environment (.Env.MyVar will be replaced at runtime with the value of MyVar defined in the environment).
Is it intended to put a templated config into the prosody configmap?
and which template language is that then?
not helm template is it?
it does not have tobool
Also I do find the base64 encoded files and some uncommented code
lifecycle:
Did this ever work? If not please add a comment.
Its so deeply in the logic that its simply not fair to leave this uncommented for others to run against a wall.
Thats the beauti of READMEs.
The text was updated successfully, but these errors were encountered: