mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Merge pull request #1001 from kyanagimoto/main
fix: 🐛 trigger unexpected canary deployment.
This commit is contained in:
@@ -238,7 +238,7 @@ func (ct *ConfigTracker) GetTargetConfigs(cd *flaggerv1.Canary) (map[string]Conf
|
||||
|
||||
func fieldIsMandatory(p *bool) bool {
|
||||
if p == nil {
|
||||
return false
|
||||
return true
|
||||
}
|
||||
return !*p
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user