Commit f7d47fa
authored
feat: make peer-pods policy Azure-specific (#16)
* feat: make peer-pods policy Azure-specific
Make the peer-pods ConfigMap policy conditional on Azure platform to avoid
rendering on bare metal clusters where peer-pods are not used.
Changes:
- Wrap templates/peer-pods-cm.yaml with {{- if eq .Values.global.clusterPlatform "Azure" }}
- Bump Chart.yaml version from 0.1.0 to 0.2.0 (minor bump for new feature)
hub-to-spoke-initdata-policy.yaml remains platform-independent.
* fix: ensure docs are up to date
Signed-off-by: Chris Butler <chris.butler@redhat.com>
---------
Signed-off-by: Chris Butler <chris.butler@redhat.com>1 parent 5912489 commit f7d47fa
3 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| 76 | + | |
0 commit comments