remove debugging

pull/12497/head
Sharif Elgamal 2021-09-16 15:30:59 -07:00
parent a74d50eade
commit a5cdaf53b2
1 changed files with 0 additions and 1 deletions

View File

@ -196,7 +196,6 @@ func createPullSecret(cc *config.ClusterConfig, creds *google.Credentials) error
}
if exists && Refresh {
fmt.Printf("REFRESHING SECRET: %s\n", n.Name)
_, err := secrets.Update(context.TODO(), secretObj, metav1.UpdateOptions{})
if err != nil {
return err