helmfile/test/integration/test-cases/diff-args/input/helmfile.yaml

10 lines
217 B
YAML

helmDefaults:
diffArgs:
- "--three-way-merge"
releases:
- name: uninstalled
chart: ../../../charts/httpbin
installed: false
- name: installed
chart: ../../../charts/httpbin
installed: true