1
0
Fork 0

Add service account and RBAC

This commit is contained in:
Joao Gilberto Magalhaes 2022-08-26 14:07:47 -05:00
parent 68eea939a3
commit 799e277fe0
2 changed files with 85 additions and 0 deletions

View file

@ -3,6 +3,7 @@ FROM alpine:3.16
ARG RELEASE_VERSION_ARG
ENV RELEASE_VERSION=$RELEASE_VERSION_ARG
ENV TZ="Etc/UTC"
WORKDIR /scripts