We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0b2dc commit 7a58c39Copy full SHA for 7a58c39
dev/preview/workflow/lib/k8s-util.sh
@@ -96,6 +96,6 @@ function diff-apply {
96
if kubectl --context "${context}" diff -f "${yaml}" > /dev/null; then
97
echo "Skipping ${yaml}, as it produced no diff"
98
else
99
- kubectl --context "${context}" apply --server-side -f "${yaml}"
+ kubectl --context "${context}" apply --server-side --force-conflicts -f "${yaml}"
100
fi
101
}
0 commit comments