Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
apinter committed Mar 1, 2023
1 parent 3d4fe1e commit 699db5b
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,8 @@ services:
- SETUID
volumes:
- {{data_volume}}/job_logs:/var/log/jobs:z
- type: bind
source: ./common/config/jobservice/config.yml
target: /etc/jobservice/config.yml
- type: bind
source: ./common/config/shared/trust-certificates
target: /harbor_cust_cert
- ./common/config/jobservice/config.yml:/etc/jobservice/config.yml:z
- ./common/config/shared/trust-certificates:/harbor_cust_cert:z
{%if internal_tls.enabled %}
- {{internal_tls.job_service_crt_path}}:/etc/harbor/ssl/job_service.crt:z
- {{internal_tls.job_service_key_path}}:/etc/harbor/ssl/job_service.key:z
Expand Down

0 comments on commit 699db5b

Please sign in to comment.