add waitforconidtion check to gatekeeper app

This commit is contained in:
Westly Wright 2020-03-17 13:38:30 -07:00
parent c705dea50b
commit fcbb030bad
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
1 changed files with 1 additions and 2 deletions

View File

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