This commit is contained in:
parent
8e4827c535
commit
68ba68fb46
@ -29,5 +29,5 @@ USER bw-operator
|
|||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
ENTRYPOINT [ "/home/bw-operator/bitwarden-crd-operator.py" ]
|
ENTRYPOINT [ "/home/bw-operator/.local/bin/kopf", "run" ]
|
||||||
CMD [ "--help" ]
|
CMD [ "/home/bw-operator/bitwarden-crd-operator.py" ]
|
||||||
|
@ -6,9 +6,9 @@ replicaCount: 1
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: lerentis/bitwarden-crd-operator
|
repository: lerentis/bitwarden-crd-operator
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: Always
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "af7b0c53b72d56f10b3637c9f03a4164ed7f4a0d"
|
tag: "latest"
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
Loading…
Reference in New Issue
Block a user