Also update labels

Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
This commit is contained in:
Maartje Eyskens
2020-07-31 10:07:26 +02:00
parent 3c7573ac12
commit 4be07ade31
+1
View File
@@ -186,6 +186,7 @@ func (c *controller) buildCertificates(ctx context.Context, ing *extv1beta1.Ingr
updateCrt := existingCrt.DeepCopy()
updateCrt.Spec = crt.Spec
updateCrt.Labels = crt.Labels
err = c.setIssuerSpecificConfig(updateCrt, ing, tls)
if err != nil {
return nil, nil, err