-
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
Add helm --set-file support #2751
Labels
enhancement
New feature or request
Comments
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This is still relevant. The pull request is waiting on review by @alexmt. |
Fixed by #2752. Thank you @tomcruise81 ! |
cardoe
added a commit
to cardoe/argo-cd
that referenced
this issue
Apr 12, 2024
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#12508 aims to remove this limitation so the warning can probably be removed with that.
cardoe
added a commit
to cardoe/argo-cd
that referenced
this issue
Apr 12, 2024
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#12508 aims to remove this limitation so the warning can probably be removed with that. Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
14 tasks
cardoe
added a commit
to cardoe/argo-cd
that referenced
this issue
Apr 17, 2024
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#12508 aims to remove this limitation so the warning can probably be removed with that. Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
cardoe
added a commit
to cardoe/argo-cd
that referenced
this issue
Apr 25, 2024
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>
cardoe
added a commit
to cardoe/argo-cd
that referenced
this issue
Apr 25, 2024
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>
crenshaw-dev
pushed a commit
that referenced
this issue
Apr 25, 2024
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. Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
mkieweg
pushed a commit
to mkieweg/argo-cd
that referenced
this issue
Jun 11, 2024
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>
Hariharasuthan99
pushed a commit
to AmadeusITGroup/argo-cd
that referenced
this issue
Jun 16, 2024
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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
With helm/helm#3758, helm added the ability to import files via the
--set-file
argument. This allows files outside of the chart directory to be referenced and used via a chart.Motivation
We utilize an enterprise-wide chart that has extensive vetted logic. The chart is provided with a values,yaml file and additionally with config map and secrets files via the helm
--set-file
argument. These are application specific and housed in an external config repository (Spring Cloud Config).Proposal
This should be implemented in a manner similar to #2078.
The text was updated successfully, but these errors were encountered: