Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Ability to pass custom args to helm in deployments #1192

Closed
khaled opened this issue Oct 9, 2020 · 2 comments
Closed

Ability to pass custom args to helm in deployments #1192

khaled opened this issue Oct 9, 2020 · 2 comments
Labels
area/chart-deployment Issues related to the deployment of charts with helm area/helm Issues related to the helm client kind/feature New feature or feature request

Comments

@khaled
Copy link

khaled commented Oct 9, 2020

Is your feature request related to a problem?
Yes - I need to skip validation on a particular chart deployment via --disable-openapi-validation

Which solution do you suggest?

Add a customArgs option, e.g:

deployments:
- name: database
  helm:
    chart:
      name: stable/mysql
    timeout: 300
    customArgs: --disable-openapi-validation

Which alternative solutions exist?

Maybe doing a "manual" helm install via a hook? :)

/kind feature

@khaled khaled changed the title Ability to pass custom args to helm in help deployments Ability to pass custom args to helm in helm deployments Oct 10, 2020
@khaled khaled changed the title Ability to pass custom args to helm in helm deployments Ability to pass custom args to helm in deployments Oct 10, 2020
@FabianKramm
Copy link
Collaborator

@khaled thanks for opening this issue! Yes we can add that and this actually aligns well with our internal plans to drop the internal helm dependency and instead use the helm cli for v3.

@FabianKramm FabianKramm added area/chart-deployment Issues related to the deployment of charts with helm area/helm Issues related to the helm client kind/feature New feature or feature request labels Oct 12, 2020
@FabianKramm
Copy link
Collaborator

@khaled this is implemented in v5.2.0

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
area/chart-deployment Issues related to the deployment of charts with helm area/helm Issues related to the helm client kind/feature New feature or feature request
Projects
None yet
Development

No branches or pull requests

2 participants