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);