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 | |
|---|---|---|---|
|
|
47cf43b44e |
@@ -37,8 +37,8 @@ class GenerateSecretResource extends CustomResource<typeof generateSecretSpecSch
|
|||||||
const current = decodeSecret(this.#secretResource.data) || {};
|
const current = decodeSecret(this.#secretResource.data) || {};
|
||||||
|
|
||||||
const expected = {
|
const expected = {
|
||||||
...current,
|
|
||||||
...secrets,
|
...secrets,
|
||||||
|
...current,
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!isDeepSubset(current, expected)) {
|
if (!isDeepSubset(current, expected)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user