-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Files.Glob documentation unclear #1314
Labels
Comments
@adrianspiridon PR is welcome. Thanks very much. |
andrask
pushed a commit
to swisscom/helm-www
that referenced
this issue
Dec 5, 2024
Signed-off-by: Andras Kovi <[email protected]>
andrask
pushed a commit
to swisscom/helm-www
that referenced
this issue
Mar 9, 2025
Signed-off-by: Andras Kovi <[email protected]>
andrask
pushed a commit
to swisscom/helm-www
that referenced
this issue
Mar 9, 2025
Signed-off-by: Andras Kovi <[email protected]>
andrask
pushed a commit
to swisscom/helm-www
that referenced
this issue
Mar 9, 2025
Signed-off-by: Andras Kovi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First, https://helm.sh/docs/chart_template_guide/builtin_objects/ says:
Second, https://helm.sh/docs/chart_template_guide/accessing_files/#glob-patterns says:
Also, some examples are given, one of them:
Third, looking at the source code https://github.com/helm/helm/blob/main/pkg/engine/files.go#L71-L88 in the Glob function doc, a similar example is given:
My comments are:
The text was updated successfully, but these errors were encountered: