Skip to content

Commit 0a90fa6

Browse files
committed
Remove old certificates mount
1 parent 6e2d798 commit 0a90fa6

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

  • infra/ansible-docker/roles/traefik/tasks

infra/ansible-docker/roles/traefik/tasks/main.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,6 @@
6161
restart_policy: unless-stopped
6262
network_mode: host
6363
mounts:
64-
- type: bind
65-
source: "{{ traefik_certs_root }}/cert__data-accelerator_isis_cclrc_ac_uk.pem"
66-
target: /certs/cert__data-accelerator_isis_cclrc_ac_uk.pem
67-
read_only: true
68-
- type: bind
69-
source: "{{ traefik_certs_root }}/key__data-accelerator_isis_cclrc_ac_uk.pem"
70-
target: /certs/key__data-accelerator_isis_cclrc_ac_uk.pem
71-
read_only: true
7264
- type: bind
7365
source: "{{ traefik_certs_root }}/cert__analytics_isis_cclrc_ac_uk.pem"
7466
target: /certs/cert__analytics_isis_cclrc_ac_uk.pem

0 commit comments

Comments
 (0)