init annotations if it is nil to fix kubemci e2e test failures
This commit is contained in:
@@ -1627,6 +1627,9 @@ func (j *IngressTestJig) SetUpBacksideHTTPSIngress(cs clientset.Interface, names
|
|||||||
}
|
}
|
||||||
ingToCreate := generateBacksideHTTPSIngressSpec(namespace)
|
ingToCreate := generateBacksideHTTPSIngressSpec(namespace)
|
||||||
if staticIPName != "" {
|
if staticIPName != "" {
|
||||||
|
if ingToCreate.Annotations == nil {
|
||||||
|
ingToCreate.Annotations = map[string]string{}
|
||||||
|
}
|
||||||
ingToCreate.Annotations[IngressStaticIPKey] = staticIPName
|
ingToCreate.Annotations[IngressStaticIPKey] = staticIPName
|
||||||
}
|
}
|
||||||
ingCreated, err := j.runCreate(ingToCreate)
|
ingCreated, err := j.runCreate(ingToCreate)
|
||||||
|
Reference in New Issue
Block a user