kopf run operator
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Trabelsi 2022-09-09 23:00:33 +02:00
parent 8e4827c535
commit 68ba68fb46
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E
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" ]

View File

@ -6,9 +6,9 @@ replicaCount: 1
image:
repository: lerentis/bitwarden-crd-operator
pullPolicy: IfNotPresent
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "af7b0c53b72d56f10b3637c9f03a4164ed7f4a0d"
tag: "latest"
imagePullSecrets: []
nameOverride: ""