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.
It seems that helm diff plugin supports now three-way-merge, with
--three-way-mergeflag orHELM_DIFF_THREE_WAY_MERGE=trueenvironment variable (github.com/databus23/helm-diff/blo...). Setting the environment variable before runninghelmfile applyshould take into account the live state.wow, very interesting thanks ! If it works, that's a game changer.