Skip to content

Commit 9962e03

Browse files
committed
Add --server-side to apply command
1 parent c413895 commit 9962e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ jobs:
335335
336336
- name: Apply CustomResourceDefinition
337337
run: |
338-
kubectl kustomize config/crd | kubectl apply -f -
338+
kubectl kustomize config/crd | kubectl apply --server-side -f -
339339
340340
- name: Run Tests
341341
run: make -C tests test-cel-validation

0 commit comments

Comments
 (0)