Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/installation/mtls.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Now that our certificates are available on each machine, we can update our stack
```yaml
services:
host-1:
image: ghcr.io/pgedge/control-plane:v0.5.1
image: ghcr.io/pgedge/control-plane:<< control_plane_version >>
command: run
environment:
- PGEDGE_HOST_ID=host-1
Expand All @@ -219,7 +219,7 @@ services:
constraints:
- node.id==81kw1zwmh9y8hk4rd7igylry0
host-2:
image: ghcr.io/pgedge/control-plane:v0.5.1
image: ghcr.io/pgedge/control-plane:<< control_plane_version >>
command: run
environment:
- PGEDGE_HOST_ID=host-2
Expand All @@ -240,7 +240,7 @@ services:
constraints:
- node.id==xz7069ytbdq7uzd2tvrj2wlf2
host-3:
image: ghcr.io/pgedge/control-plane:v0.5.1
image: ghcr.io/pgedge/control-plane:<< control_plane_version >>
command: run
environment:
- PGEDGE_HOST_ID=host-3
Expand Down