From 4850e22f62439058c86d965bf176ac368c319dab Mon Sep 17 00:00:00 2001 From: j37hr0 Date: Mon, 6 Apr 2026 12:42:14 +1200 Subject: [PATCH] added quotes to true --- apps/fireflyiii/namespace.yaml | 2 +- apps/forgejo/namespace.yaml | 2 +- apps/wikijs/namespace.yaml | 4 +++- recon.sh | 3 ++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/fireflyiii/namespace.yaml b/apps/fireflyiii/namespace.yaml index c9610a3..34dd64f 100644 --- a/apps/fireflyiii/namespace.yaml +++ b/apps/fireflyiii/namespace.yaml @@ -3,4 +3,4 @@ kind: Namespace metadata: name: firefly labels: - backup: true + backup: "true" diff --git a/apps/forgejo/namespace.yaml b/apps/forgejo/namespace.yaml index d1dbab6..dcc64f6 100644 --- a/apps/forgejo/namespace.yaml +++ b/apps/forgejo/namespace.yaml @@ -3,4 +3,4 @@ kind: Namespace metadata: name: forgejo labels: - backup: true + backup: "true" diff --git a/apps/wikijs/namespace.yaml b/apps/wikijs/namespace.yaml index e41d139..49148a8 100644 --- a/apps/wikijs/namespace.yaml +++ b/apps/wikijs/namespace.yaml @@ -1,4 +1,6 @@ apiVersion: v1 kind: Namespace metadata: - name: wikijs \ No newline at end of file + name: wikijs + labels: + backup: "true" diff --git a/recon.sh b/recon.sh index a596e36..9fc4ea5 100755 --- a/recon.sh +++ b/recon.sh @@ -1,6 +1,7 @@ #!/bin/bash +flux reconcile source git flux-system flux reconcile kustomization apps flux reconcile kustomization infrastructure flux reconcile kustomization secrets -flux reconcile source git flux-system +#flux reconcile source git flux-system