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", ],