version 1.1.0
This commit is contained in:
parent
24e5e587d1
commit
ccb1f91ed4
6 changed files with 89 additions and 33 deletions
|
@ -3,7 +3,8 @@ FROM python:alpine
|
|||
ENV PYTHONUNBUFFERED=1 \
|
||||
ISSUER_NAME=letsencrypt \
|
||||
ISSUER_KIND=ClusterIssuer \
|
||||
CERT_CLEANUP=false
|
||||
CERT_CLEANUP=false \
|
||||
PATCH_SECRETNAME=true
|
||||
|
||||
RUN pip install kubernetes
|
||||
COPY main.py /
|
||||
|
|
Reference in a new issue