From fcbb030badf82e061be69d0afdb7eb8148cd39d9 Mon Sep 17 00:00:00 2001 From: Westly Wright Date: Tue, 17 Mar 2020 13:38:30 -0700 Subject: [PATCH] add waitforconidtion check to gatekeeper app --- components/GatekeeperConfig.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/GatekeeperConfig.vue b/components/GatekeeperConfig.vue index a05030aa84..d50f361cb3 100644 --- a/components/GatekeeperConfig.vue +++ b/components/GatekeeperConfig.vue @@ -165,8 +165,7 @@ export default { try { await this.ensureNamespace(); await this.config.save(); - // TODO something here causes my entire cluster to die - // await this.config.waitForCondition('Installed'); + await this.config.waitForCondition('Installed'); this.gatekeeperEnabled = true; this.showYamlEditor = false; buttonCb(true);