Nyl facilitates the orchestration of infrastructure and application deployment pipelines across different tools, making them work together in a seamless manner.
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