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
werft.log('certificate',`copying certificate from "${params.certNamespace}/${params.certName}" to "${params.destinationNamespace}/${params.certSecretName}"`);
76
-
// certmanager is configured to create a secret in the namespace "certs" with the name "${namespace}".
werft.log('certificate',`Could not copy "${params.certNamespace}/${params.certName}", will retry`);
92
+
sleep(5000);
93
+
}
94
+
if(!notReadyYet){
95
+
werft.log('certificate',`copied certificate from "${params.certNamespace}/${params.certName}" to "${params.destinationNamespace}/${params.certSecretName}"`);
0 commit comments