Skip to content

Commit 2aceaab

Browse files
committed
🌲 fix matomo deploy 🌲
1 parent b359b4d commit 2aceaab

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/5-the-deployments-strike-back/3-a-b-deployments.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,11 @@ Before we jumping to A/B deployment, let's deploy Matomo through Argo CD.
5757

5858
```yaml
5959
# Matomo
60-
- matomo:
61-
name: matomo
62-
enabled: true
63-
source: https://petbattle.github.io/helm-charts
64-
chart_name: matomo
65-
source_ref: "4.1.1+01"
60+
- name: matomo
61+
enabled: true
62+
source: https://petbattle.github.io/helm-charts
63+
chart_name: matomo
64+
source_ref: "4.1.1+01"
6665
```
6766
6867
Push the changes:

0 commit comments

Comments
 (0)