This commit is contained in:
parent
8e4827c535
commit
68ba68fb46
@ -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" ]
|
||||
|
@ -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: ""
|
||||
|
Loading…
Reference in New Issue
Block a user