Skip to content

Commit

Permalink
feat(build): add encode config (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalkowski authored Nov 17, 2023
1 parent dcd30dc commit 50cfe8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/make/service.mak
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ push-docker:
trivy:
bin/build/sec/trivy $(NAME)

# Encode a config.
encode-config:
cat test/$(kind).yml | base64

# Create certificates.
create-certs:
mkcert -key-file test/certs/key.pem -cert-file test/certs/cert.pem localhost
Expand Down

0 comments on commit 50cfe8b

Please sign in to comment.