Skip to content

Set helmfile command arguments using helmfile.yaml file #2193

@juan-ferrer-toribio

Description

@juan-ferrer-toribio

Is there a way to set default values for helmfile command arguments using the helmfile.yaml itself? I can't find anything about it in the documentation.

Ej: If, in my case, I always want to pass the --skip-refresh or --quiet arguments to the helmfile command, set it directly to the helmfile file:

helmfileArgs:
  skipRefresh: true
  quiet: true

repositories:
  - ...

releases:
  - ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions