Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(kube-run): set --overrides-type=strategic for better merges
Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
  • Loading branch information
ilya-lesikov committed Apr 21, 2022
1 parent f2db2f6 commit 9f222a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/werf/kube_run/kube_run.go
Expand Up @@ -416,6 +416,7 @@ func run(ctx context.Context, pod, secret, namespace string, werfConfig *config.
"--restart", "Never",
"--quiet",
"--attach",
"--override-type", "strategic",
}

if cmdData.Interactive {
Expand Down

0 comments on commit 9f222a5

Please sign in to comment.