@@ -194,7 +194,7 @@ The template processes the following steps:
After deployment (either script-based or template-based), the GitLab CI template _optionally_ executes the `k8s-readiness-check.sh` hook script to wait & check for the application to be ready (if not found, the template assumes the application was successfully started).
:warning: `k8s-readiness-check.sh` needs to be executable, you can add flag execution with: `git update-index --chmod=+x k8s-pre-apply.sh`
:warning: `k8s-readiness-check.sh` needs to be executable, you can add flag execution with: `git update-index --chmod=+x k8s-readiness-check.sh`