Skip to content

Commit 0eb8f08

Browse files
committed
turn off validation for now
1 parent 0cde313 commit 0eb8f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ jobs:
7676
run: |
7777
IMAGE=${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ steps.meta.outputs.IMAGE_TAG }}
7878
# first-time apply (idempotent)
79-
kubectl apply -f infra/k8s/dev/deployment.yaml
79+
kubectl apply -f infra/k8s/dev/deployment.yaml --validate=false
8080
# subsequent updates
8181
kubectl set image deployment/rimworld-hay-calc web=$IMAGE

0 commit comments

Comments
 (0)