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.
1 parent 0cde313 commit 0eb8f08Copy full SHA for 0eb8f08
.github/workflows/build-and-deploy.yml
@@ -76,6 +76,6 @@ jobs:
76
run: |
77
IMAGE=${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ steps.meta.outputs.IMAGE_TAG }}
78
# first-time apply (idempotent)
79
- kubectl apply -f infra/k8s/dev/deployment.yaml
+ kubectl apply -f infra/k8s/dev/deployment.yaml --validate=false
80
# subsequent updates
81
kubectl set image deployment/rimworld-hay-calc web=$IMAGE
0 commit comments