startup and programatically creating secret with annotations
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-09-10 20:16:55 +02:00
parent 592a6d5e1a
commit 58bebeef45
4 changed files with 25 additions and 43 deletions

View File

@ -23,7 +23,6 @@ RUN set -eux; \
apt-get clean;
COPY --chown=bw-operator:bw-operator bitwarden-crd-operator.py /home/bw-operator/bitwarden-crd-operator.py
COPY --chown=bw-operator:bw-operator templates /home/bw-operator/templates
USER bw-operator