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: metadata:
name: firefly name: firefly
labels: labels:
backup: true backup: "true"

View file

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

View file

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

View file

@ -1,6 +1,7 @@
#!/bin/bash #!/bin/bash
flux reconcile source git flux-system
flux reconcile kustomization apps flux reconcile kustomization apps
flux reconcile kustomization infrastructure flux reconcile kustomization infrastructure
flux reconcile kustomization secrets flux reconcile kustomization secrets
flux reconcile source git flux-system #flux reconcile source git flux-system