From 3f4113190df58316cda9347d577948b7913ac5d9 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Mon, 5 Feb 2024 14:54:42 +0000 Subject: [PATCH] fix: web checks remove obsolete env --- roles/docker-deployments/templates/atlantis-web-check.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/docker-deployments/templates/atlantis-web-check.yaml b/roles/docker-deployments/templates/atlantis-web-check.yaml index f26ec08..21e76a2 100644 --- a/roles/docker-deployments/templates/atlantis-web-check.yaml +++ b/roles/docker-deployments/templates/atlantis-web-check.yaml @@ -28,9 +28,6 @@ services: restart: always ports: - 5672:5672 - environment: - - MASTER_HOST=master:5000 - - SLEEP_TIME=5 worker: image: harbor-registry.atlantishq.de/atlantishq/atlantis-webcheck-worker:latest restart: always