added quotes to true

This commit is contained in:
j37hr0 2026-04-06 12:42:14 +12:00
parent 28ef7b8ced
commit 4850e22f62
4 changed files with 7 additions and 4 deletions

View file

@ -3,4 +3,4 @@ kind: Namespace
metadata:
name: firefly
labels:
backup: true
backup: "true"

View file

@ -3,4 +3,4 @@ kind: Namespace
metadata:
name: forgejo
labels:
backup: true
backup: "true"

View file

@ -1,4 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: wikijs
name: wikijs
labels:
backup: "true"

View file

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