Skip to content

Commit e906c2c

Browse files
Diaoulclaude
andcommitted
chore(just): add --force-conflicts to apply-ks kubectl command
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
1 parent 187c7e7 commit e906c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/mod.just

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ default:
1010
[doc('Apply local Flux Kustomization')]
1111
apply-ks dir ks="*":
1212
just kube render-local-ks "{{ dir }}" "{{ ks }}" \
13-
| kubectl apply --server-side --field-manager=kustomize-controller -f /dev/stdin
13+
| kubectl apply --server-side --force-conflicts --field-manager=kustomize-controller -f /dev/stdin
1414

1515
[doc('Browse a PVC')]
1616
browse-pvc namespace claim:

0 commit comments

Comments
 (0)