pull/10853/head
Sharif Elgamal 2021-03-24 13:52:29 -07:00
parent 03b3113b13
commit 73641d2b4e
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ func enableAddonGCPAuth(cfg *config.ClusterConfig) error {
for _, s := range secList.Items {
if s.Name == secretName {
exists = true
break
}
}