Add force key to helm module
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
3d38d84786
commit
3d39540ab3
@ -224,6 +224,7 @@
|
|||||||
# wait: yes
|
# wait: yes
|
||||||
kubeconfig: "{{ kubeconfig.path }}"
|
kubeconfig: "{{ kubeconfig.path }}"
|
||||||
values: "{{ item.setvalues | default(omit) }}"
|
values: "{{ item.setvalues | default(omit) }}"
|
||||||
|
force: yes
|
||||||
loop: "{{ helm.charts }}"
|
loop: "{{ helm.charts }}"
|
||||||
throttle: 1
|
throttle: 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user