Optional
osPlatform: PlatformOptional
logger: SoloLoggerAdds an argument to the helm execution.
the name of the argument
the value of the argument
this builder
Adds an environment variable to the helm execution.
the name of the environment variable
the value of the environment variable
this builder
Adds a flag to the helm execution.
the flag to be added
this builder
Adds an option with multiple values to the helm execution.
the name of the option
the list of values for the option
this builder
Adds a positional argument to the helm execution.
the value of the positional argument
this builder
Adds the list of subcommands to the helm execution.
the list of subcommands to be added
this builder
Sets the working directory for the helm execution.
the path to the working directory
this builder
Creates a new HelmExecutionBuilder instance.