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

Support for custom Args on deployment spec #142

Closed
thiagosalvatore opened this issue Aug 10, 2022 · 0 comments
Closed

Support for custom Args on deployment spec #142

thiagosalvatore opened this issue Aug 10, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@thiagosalvatore
Copy link
Contributor

Describe the solution you'd like

This helm template already offers us the possibility of overriding the ENTRYPOINT from the Dockerfile by using the containerCommand input variable. It is super nice, but there are situations in which I don't want to override the entrypoint, but I want to pass custom arguments to my container using the args provided by kubernetes (the CMD in the Dockerfile). For reference: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#use-environment-variables-to-define-arguments

Is there a reason why it is not implemented? It should be something simple to do and I'm happy to open a PR with that.

@thiagosalvatore thiagosalvatore added the enhancement New feature or request label Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants