Add Templates to pretty config
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user