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.
2 parents 688eb7b + b45032b commit 25a3802Copy full SHA for 25a3802
1 file changed
.github/workflows/continuous-delivery-maven-java17.yml
@@ -316,7 +316,7 @@ jobs:
316
"deploy/${service}" \
317
"${service}=${{ env.IMAGE_NAME }}:${{ github.ref_name }}" \
318
--namespace "${NAMESPACE_QA}"
319
- kubectl rollout status deploy/${service} -n ${NAMESPACE_QA}
+ kubectl rollout restart deploy/${service} -n ${NAMESPACE_QA}
320
done
321
322
deploy-prod:
@@ -351,5 +351,5 @@ jobs:
351
352
353
--namespace "${NAMESPACE_PROD}"
354
- kubectl rollout status deploy/${service} -n ${NAMESPACE_PROD}
+ kubectl rollout restart deploy/${service} -n ${NAMESPACE_PROD}
355
0 commit comments