Commit e77349e
committed
Tiltfile: fix templating cluster name
I'm not even sure how this could work previously, as envsubst works only
with environment variables, not with shell variables.
Perhaps cd4342a broke it by moving
CLUSTER_NAME from Tilt-based substitutions to envsubst.
In any case, exporting CLUSTER_NAME makes envsubst properly populate
resource names, which fixes the problem.
Signed-off-by: Mateusz Gozdek <[email protected]>1 parent 0a54399 commit e77349e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
| 352 | + | |
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| |||
0 commit comments