Skip to content

Commit

Permalink
chore: add db ssl files to dockerfile baking
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Oct 16, 2023
1 parent e6ebe2d commit 2dadfae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cloudbuild/secret_setup.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ COPY gcloud.json gcloud.json
COPY cacert.pem cacert.pem
COPY cert.pem cert.pem
COPY cert.key cert.key
COPY db-client-cert.pem db-client-cert.pem
COPY db-client-key.pem db-client-key.pem
COPY db-server-ca.pem db-server-ca.pem

ENTRYPOINT ["tini", "--"]

Expand Down

0 comments on commit 2dadfae

Please sign in to comment.