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
utils.MarkCondition(settings.SetCondition, v1alpha1.SynchronizedConditionType, v1.ConditionFalse, v1alpha1.SynchronizedConditionReasonError, fmt.Sprintf("ignoring because of invalid name/namespace, only the %s/%s DeploymentSettings will be reconciled", deploymentSettingsName, deploymentSettingsNamespace))
94
+
return ctrl.Result{}, nil
95
+
}
96
+
93
97
// Switch to namespace credentials if configured. This has to be done before sending any request to the console.
0 commit comments