-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
docs: document helm fileParameters / helm-set-file #17822
Conversation
It seemed like the documentation got missed in the original PR so this adds it. Should be possible to back port this to stable releases. |
f50c0a5
to
4ebc9dd
Compare
In multi-source applications helm values files can come from other repos if you use the ref syntax but it is not possible for the --set-file param to take files from other repos via the ref syntax. This extends the behavior to cover set-file parameters as well as the values files. fixes argoproj#13220, refs argoproj#17822 Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
In multi-source applications helm values files can come from other repos if you use the ref syntax but it is not possible for the --set-file param to take files from other repos via the ref syntax. This extends the behavior to cover set-file parameters as well as the values files. fixes argoproj#13220, refs argoproj#17822 Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
4ebc9dd
to
e44e9dc
Compare
Rebased this PR and updated the message to reference #17941 as the PR that implements the feature. |
Added documentation for fileParameters in a helm source Application or the --helm-set-file cli option from argoproj#2751. Added a note about argoproj#13220 so users are aware. argoproj#17941 aims to remove this limitation so the warning will be adjusted to mention the version that lands that support. Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
ac29806
to
eb5c364
Compare
Thank you for the feedback. I've applied your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
In multi-source applications helm values files can come from other repos if you use the ref syntax but it is not possible for the --set-file param to take files from other repos via the ref syntax. This extends the behavior to cover set-file parameters as well as the values files. fixes argoproj#13220, refs argoproj#17822 Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
In multi-source applications helm values files can come from other repos if you use the ref syntax but it is not possible for the --set-file param to take files from other repos via the ref syntax. This extends the behavior to cover set-file parameters as well as the values files. fixes argoproj#13220, refs argoproj#17822 Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
In multi-source applications helm values files can come from other repos if you use the ref syntax but it is not possible for the --set-file param to take files from other repos via the ref syntax. This extends the behavior to cover set-file parameters as well as the values files. fixes argoproj#13220, refs argoproj#17822 Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
In multi-source applications helm values files can come from other repos if you use the ref syntax but it is not possible for the --set-file param to take files from other repos via the ref syntax. This extends the behavior to cover set-file parameters as well as the values files. fixes argoproj#13220, refs argoproj#17822 Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
In multi-source applications helm values files can come from other repos if you use the ref syntax but it is not possible for the --set-file param to take files from other repos via the ref syntax. This extends the behavior to cover set-file parameters as well as the values files. fixes argoproj#13220, refs argoproj#17822 Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Added documentation for fileParameters in a helm source Application or the --helm-set-file cli option from argoproj#2751. Added a note about argoproj#13220 so users are aware. argoproj#17941 aims to remove this limitation so the warning will be adjusted to mention the version that lands that support. Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
In multi-source applications helm values files can come from other repos if you use the ref syntax but it is not possible for the --set-file param to take files from other repos via the ref syntax. This extends the behavior to cover set-file parameters as well as the values files. fixes argoproj#13220, refs argoproj#17822 Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
In multi-source applications helm values files can come from other repos if you use the ref syntax but it is not possible for the --set-file param to take files from other repos via the ref syntax. This extends the behavior to cover set-file parameters as well as the values files. fixes argoproj#13220, refs argoproj#17822 Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
In multi-source applications helm values files can come from other repos if you use the ref syntax but it is not possible for the --set-file param to take files from other repos via the ref syntax. This extends the behavior to cover set-file parameters as well as the values files. fixes argoproj#13220, refs argoproj#17822 Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
In multi-source applications helm values files can come from other repos if you use the ref syntax but it is not possible for the --set-file param to take files from other repos via the ref syntax. This extends the behavior to cover set-file parameters as well as the values files. fixes argoproj#13220, refs argoproj#17822 Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Added documentation for fileParameters in a helm source Application or the --helm-set-file cli option from argoproj#2751. Added a note about argoproj#13220 so users are aware. argoproj#17941 aims to remove this limitation so the warning will be adjusted to mention the version that lands that support. Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
In multi-source applications helm values files can come from other repos if you use the ref syntax but it is not possible for the --set-file param to take files from other repos via the ref syntax. This extends the behavior to cover set-file parameters as well as the values files. fixes #13220, refs #17822 Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
In multi-source applications helm values files can come from other repos if you use the ref syntax but it is not possible for the --set-file param to take files from other repos via the ref syntax. This extends the behavior to cover set-file parameters as well as the values files. fixes argoproj#13220, refs argoproj#17822 Signed-off-by: Doug Goldstein <cardoe@cardoe.com> Signed-off-by: Rhys Williams <rhys.williams@electrum.co.za>
Added documentation for fileParameters in a helm source Application or the --helm-set-file cli option from #2751. Added a note about #13220 so users are aware. #17941 aims to remove this limitation so the warning will be adjusted to mention the version that lands that support.
Checklist: