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.
2 parents 3fd5f36 + 690c6b2 commit 0a02edaCopy full SHA for 0a02eda
test/cmd/diff.sh
@@ -54,7 +54,7 @@ run_kubectl_diff_tests() {
54
kube::test::if_has_string "${resourceVersion}" "${initialResourceVersion}"
55
56
# Test found diff with server-side apply
57
- output_message=$(kubectl diff -f hack/testdata/pod-changed.yaml --server-side --force-conflicts || test $? -eq 1)
+ output_message=$(kubectl diff -f hack/testdata/pod-changed.yaml --server-side || test $? -eq 1)
58
kube::test::if_has_string "${output_message}" 'k8s.gcr.io/pause:3.0'
59
60
# Ensure diff --server-side only dry-runs and doesn't persist change
0 commit comments