-
Notifications
You must be signed in to change notification settings - Fork 311
Closed
Description
Hello,
I am using helm diff with Azure DevOps pipelines.
Since recent changes we have issue with three way merge non deterministic helm diff and error exit code.
Command:
helm diff upgrade \
--install $RELEASE_NAME ingress-nginx/ingress-nginx \
--namespace $RELEASE_NAME \
--version 4.0.6 \
--values "values.yaml"- Non deterministic behavior related to
three way merge from env
Sometimes same task fails on different pipeline run

Command:
HELM_DIFF_THREE_WAY_MERGE=false helm diff upgrade \
--install $RELEASE_NAME ingress-nginx/ingress-nginx \
--namespace $RELEASE_NAME \
--version 4.0.6 \
--values "values.yaml"Metadata
Metadata
Assignees
Labels
No labels


