From a8504fe8350a595e6eda89410df5639790582435 Mon Sep 17 00:00:00 2001 From: adamlahbib Date: Fri, 15 Nov 2024 23:35:03 +0100 Subject: [PATCH] Update Kubernetes deployment and service YAML files --- .github/workflows/sync-and-deploy.yaml | 2 +- terraform/monitoring.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-and-deploy.yaml b/.github/workflows/sync-and-deploy.yaml index 9452d49..28755c6 100644 --- a/.github/workflows/sync-and-deploy.yaml +++ b/.github/workflows/sync-and-deploy.yaml @@ -102,7 +102,7 @@ jobs: id: verify-deployment shell: bash run: | - kubectl rollout status deployment/${STAGE} --timeout=5m + kubectl rollout status deployment/${STAGE} -n ${STAGE} --timeout=5m if [ $? -eq 0 ]; then echo "status=Deployment successful on ${{ env.CLUSTER_ENDPOINT }}!" >> $GITHUB_OUTPUT else diff --git a/terraform/monitoring.tf b/terraform/monitoring.tf index 7e325d5..c36bb56 100644 --- a/terraform/monitoring.tf +++ b/terraform/monitoring.tf @@ -92,6 +92,6 @@ resource "helm_release" "crowdsec" { version = "0.13.0" values = [ - file("${path.module}/values/crowdsec-values.yaml") + file("./values/crowdsec.yaml") ] } \ No newline at end of file