mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
130bfec468 |
@@ -168,8 +168,8 @@ class PostgresDatabaseResource extends CustomResource<typeof postgresDatabaseSpe
|
|||||||
}
|
}
|
||||||
this.#updateSecret();
|
this.#updateSecret();
|
||||||
await Promise.allSettled([
|
await Promise.allSettled([
|
||||||
await this.reconcileSubresource(DATABASE_READY_CONDITION, this.#reconcileDatabase),
|
this.reconcileSubresource(DATABASE_READY_CONDITION, this.#reconcileDatabase),
|
||||||
await this.reconcileSubresource(SECRET_READY_CONDITION, this.#reconcileSecret),
|
this.reconcileSubresource(SECRET_READY_CONDITION, this.#reconcileSecret),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const secretReady = this.conditions.get(SECRET_READY_CONDITION)?.status === 'True';
|
const secretReady = this.conditions.get(SECRET_READY_CONDITION)?.status === 'True';
|
||||||
|
|||||||
Reference in New Issue
Block a user