Commit 49c43b1
committed
fix(charts): Ensure explicit empty externalClusters list for standalone mode
When the cluster is in 'standalone' mode, the 'externalClusters' key was
rendered with an implicitly empty value. This commit explicitly defines
'externalClusters: []' for 'standalone' mode to ensure valid YAML and
clarity.
Additionally, the 'externalClusters:' key has been relocated within the
'recovery' and 'replica' mode blocks to maintain consistent YAML list
formatting across all operational modes.
Signed-off-by: Enrique Hernández Bello <ehernandez@maarlab.com>1 parent f39d23b commit 49c43b1
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
| 3 | + | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
0 commit comments