Skip to content

Commit

Permalink
copy check default ns script to agent build (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: Pawel Franczak <[email protected]>
  • Loading branch information
pawfra and Pawel Franczak authored Dec 4, 2023
1 parent 2f52c98 commit 0de5140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-inbound-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ RUN set -eux; \
chmod +x /usr/local/bin/kyverno; \
rm "kyverno_cli.tar.gz" "LICENSE";

COPY --chown=jenkins:jenkins jenkins-inbound-agent/bin/post-renderer.sh /usr/bin/post-renderer.sh
COPY --chown=jenkins:jenkins jenkins-inbound-agent/bin/post-renderer.sh jenkins-inbound-agent/bin/check-default-namespace.sh /usr/bin/

USER jenkins
#### install terraform with tfenv and helm diff
Expand Down

0 comments on commit 0de5140

Please sign in to comment.