Skip to content
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

Completes docs on using external files #400

Merged
merged 2 commits into from
Jan 6, 2023
Merged

Completes docs on using external files #400

merged 2 commits into from
Jan 6, 2023

Conversation

pcm32
Copy link
Member

@pcm32 pcm32 commented Dec 15, 2022

A small clarification that when using external files you still need to include some part for them on the extra file mappings of the values.

README.md Outdated
@@ -261,6 +261,8 @@ extraFileMappings:
1. Creating a symbolic link in the chart directory to the external file, or
2. using `--set-file` to specify the contents of the file. E.g:
`helm upgrade --install galaxy cloudve/galaxy -n galaxy --set-file extraFileMappings."/galaxy/server/static/welcome\.html".content=/home/user/data/welcome.html`

Loading the files from external locations still requires a minimal entry in the `extraFileMappings` for that file, as shown above but with no `content:` part. Otherwise, the setup doesn't know on which pods to apply this.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add those as extra set properties, to be more inline with this particular example?

extraFileMappings."/galaxy/server/static/welcome\.html".applyToWeb=true

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahhh, cool, how come I didn't thought of that. Sure, will do.

@nuwang nuwang merged commit 5fca28d into master Jan 6, 2023
@nuwang nuwang deleted the pcm32-patch-1 branch January 6, 2023 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants