kopf run operator
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-09-09 23:00:33 +02:00
parent 8e4827c535
commit 68ba68fb46
2 changed files with 4 additions and 4 deletions

View File

@ -29,5 +29,5 @@ USER bw-operator
RUN set -eux; \
pip install -r requirements.txt
ENTRYPOINT [ "/home/bw-operator/bitwarden-crd-operator.py" ]
CMD [ "--help" ]
ENTRYPOINT [ "/home/bw-operator/.local/bin/kopf", "run" ]
CMD [ "/home/bw-operator/bitwarden-crd-operator.py" ]