Skip to content

Commit

Permalink
fix: refactors tests and fixes bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGedd committed Feb 27, 2024
1 parent d9b6773 commit 70b2c68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pkg/bundle/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ func (b *Bundle) processOverrideVariables(overrideMap *map[string]map[string]*va
}
continue
}
// todo: untested??
// check for override in config
configFileOverride, existsInConfig := b.cfg.DeployOpts.Variables[pkgName][v.Name]
sharedConfigOverride, existsInSharedConfig := b.cfg.DeployOpts.SharedVariables[v.Name]
Expand Down

0 comments on commit 70b2c68

Please sign in to comment.