From c723d4f1258ff3147362bf33128f184e27814305 Mon Sep 17 00:00:00 2001 From: Arik Hadas Date: Fri, 21 Jun 2024 00:22:19 +0300 Subject: [PATCH] fix Signed-off-by: Arik Hadas --- operator/BUILD.bazel | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/operator/BUILD.bazel b/operator/BUILD.bazel index 6555298d7..4bbd7565c 100644 --- a/operator/BUILD.bazel +++ b/operator/BUILD.bazel @@ -20,8 +20,8 @@ container_image( directory = "/opt/ansible", files = [ "requirements.yml", - "watches.yaml", "roles", + "watches.yaml", ], ) @@ -38,12 +38,6 @@ container_image( name = "forklift-operator-image", base = ":forklift-operator-base-image", directory = "/opt/ansible", - entrypoint = [ - "/usr/bin/tini", - "--", - "/usr/local/bin/ansible-operator", - "run", - "--watches-file=./watches.yaml"], layers = [ ":forklift-operator-image-layer-run", ],