Skip to content

Commit faca7e9

Browse files
committed
fix: kubectl validate=false 추가
1 parent ddae35f commit faca7e9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/create-secret.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ jobs:
2929
--docker-server=${{ secrets.HARBOR_REGISTRY }} \
3030
--docker-username=${{ secrets.HARBOR_USERNAME }} \
3131
--docker-password=${{ secrets.HARBOR_PASSWORD }} \
32-
--dry-run=client -o yaml | kubectl apply -f -
33-
32+
--dry-run=client -o yaml | kubectl apply --validate=false -f -

0 commit comments

Comments
 (0)