You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logf.FromContext(ctx).Error(nil, "TLS secret not found, skipping annotation update since certManagementPolicy is userProvidedOnly", "secret", api.SSLSecretName(cr))
1639
1639
cr.Status.AddCondition(api.ClusterCondition{
1640
-
Status: api.ConditionTrue,
1641
-
Type: api.ConditionTypeTLSSecretMissing,
1640
+
Status: api.ConditionFalse,
1641
+
Type: api.ConditionTypeTLSSecretsReady,
1642
1642
Reason: "TLSSecretNotFound",
1643
1643
Message: fmt.Sprintf("TLS secret %s is missing, certManagementPolicy is userProvidedOnly", api.SSLSecretName(cr)),
logf.FromContext(ctx).Error(nil, "TLS secret not found, skipping annotation update since certManagementPolicy is userProvidedOnly", "secret", api.SSLInternalSecretName(cr))
1665
1665
cr.Status.AddCondition(api.ClusterCondition{
1666
-
Status: api.ConditionTrue,
1667
-
Type: api.ConditionTypeTLSSecretMissing,
1666
+
Status: api.ConditionFalse,
1667
+
Type: api.ConditionTypeTLSSecretsReady,
1668
1668
Reason: "TLSSecretNotFound",
1669
1669
Message: fmt.Sprintf("TLS secret %s is missing, certManagementPolicy is userProvidedOnly", api.SSLInternalSecretName(cr)),
0 commit comments