DEV Community

Discussion on: helmfile: difference between sync and apply (Helm 3)

Collapse
 
rlyzwa profile image
rlyzwa

It seems that helm diff plugin supports now three-way-merge, with --three-way-merge flag or HELM_DIFF_THREE_WAY_MERGE=true environment variable (github.com/databus23/helm-diff/blo...). Setting the environment variable before running helmfile apply should take into account the live state.

Collapse
 
derlin profile image
Lucy Linder

wow, very interesting thanks ! If it works, that's a game changer.