mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
fix: 🐛 trigger unexpected canary deployment.
https://github.com/fluxcd/flagger/issues/989 Signed-off-by: kyanagimoto <koichiyanagimoto@gmail.com>
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