Skip to content

Feature/Helmfile sync arguments

Philip Rumman requested to merge feat/support-helmfile-secret-ref into master

Allows to pass helmfile arguments to sync command:

Set CI Pipeline Var HELMFILE_ARGS as key and the args substring as value. i,e

HELMFILE_ARGS: --debug --environment dev --dry-run

Merge request reports