add documented decrypt script
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2025-01-29 17:24:28 +01:00
parent 118baa38f8
commit b6904e4ed2
2 changed files with 23 additions and 0 deletions

View File

@ -6,6 +6,8 @@ RUN apk add --no-cache kubectl gpg gpg-agent bash && \
addgroup $USER && \
adduser -G $USER -D $USER
COPY decrypt-secrets.sh /usr/local/bin/
USER $USER
WORKDIR /home/$USER