mirror of https://github.com/rancher/dashboard.git
add waitforconidtion check to gatekeeper app
This commit is contained in:
parent
c705dea50b
commit
fcbb030bad
|
|
@ -165,8 +165,7 @@ export default {
|
||||||
try {
|
try {
|
||||||
await this.ensureNamespace();
|
await this.ensureNamespace();
|
||||||
await this.config.save();
|
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.gatekeeperEnabled = true;
|
||||||
this.showYamlEditor = false;
|
this.showYamlEditor = false;
|
||||||
buttonCb(true);
|
buttonCb(true);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue