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
Nyl string substitution currently only works on top-level manifests that are fed directly to Nyl. It would however be quite convenient if a Helm chart referenced by Nyl could benefit from Nyl's string substition, for example to generate random passwords to pass into a nyl.io/StatefulSecret (which can already be generated in a Helm chart).
Nyl string substitution currently only works on top-level manifests that are fed directly to Nyl. It would however be quite convenient if a Helm chart referenced by Nyl could benefit from Nyl's string substition, for example to generate random passwords to pass into a
nyl.io/StatefulSecret
(which can already be generated in a Helm chart).For example:
This resource currently must live outside of any Helm chart because Helm complains about the syntax.
There are two ways to go about this:
structed-templates
The text was updated successfully, but these errors were encountered: