mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
Merge pull request #151 from foomo/squadron-charts-var
refactor: move fleet name
This commit is contained in:
commit
3956445777
@ -413,7 +413,7 @@ func (c *Command) execute(ctx context.Context, r *readline.Readline) error {
|
||||
|
||||
{ // handle pass through flags
|
||||
if slices.Contains([]string{"up", "diff", "template"}, cmd) {
|
||||
passFlags = append(passFlags, "--set", fmt.Sprintf("fleet=%v", fleet))
|
||||
passFlags = append(passFlags, "--set", "global.foomo.squadron.fleet="+fleet)
|
||||
}
|
||||
if slices.Contains([]string{"up"}, cmd) {
|
||||
if log.MustGet(ifs.GetBool("create-namespace"))(c.l) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user