Add Templates to pretty config

This commit is contained in:
2024-05-10 13:18:06 +02:00
parent 815ae64e32
commit 629bb23a79
2 changed files with 21 additions and 1 deletions

View File

@ -1,4 +1,9 @@
FROM fluxcd/flux-cli as flux-source
WORKDIR /out
RUN cp $(which flux) .
FROM ghcr.io/flant/shell-operator:latest
RUN apk update && apk add envsubst --no-cache
COPY --from=flux-source /out/flux /usr/bin/flux
ADD /hooks /hooks
ADD /tpls /tpls