-
I want to extract the parameters from the template,Such as String, List, Map and other data structures.Arrange the parameters like this |
Beta Was this translation helpful? Give feedback.
Answered by
tegioz
Dec 20, 2021
Replies: 1 comment 2 replies
-
Hi @DongsGit 👋 Each chart contains a |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
tegioz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @DongsGit 👋
Each chart contains a
values.yaml
file with the default configuration values. For this particular case, you can find the default values file here. One option could be to parse thatyaml
file. You could also use a regular expression to extract them from the templates files though.