Commit a7f648d
authored
Use proper kube context and kube config in helmfile (#3917)
## Motivation
When deploying multiple networks in parallel, we need to make sure that helmfile is using the proper kube context and kube config, to prevent it from trying to deploy to an incorrect cluster.
## Proposal
Pass those in and use them when appropriate
## Test Plan
Deployed networks in parallel using local SSD, it works.
## Release Plan
- Nothing to do / These changes follow the usual release cycle.1 parent 7e02ebe commit a7f648d
1 file changed
+19
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
20 | 34 | | |
21 | 35 | | |
22 | | - | |
23 | | - | |
| 36 | + | |
| 37 | + | |
24 | 38 | | |
25 | | - | |
26 | | - | |
| 39 | + | |
| 40 | + | |
27 | 41 | | |
28 | | - | |
| 42 | + | |
29 | 43 | | |
30 | 44 | | |
31 | 45 | | |
| |||
0 commit comments