added quotes to true
This commit is contained in:
parent
28ef7b8ced
commit
4850e22f62
|
|
@ -3,4 +3,4 @@ kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
name: firefly
|
name: firefly
|
||||||
labels:
|
labels:
|
||||||
backup: true
|
backup: "true"
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@ kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
name: forgejo
|
name: forgejo
|
||||||
labels:
|
labels:
|
||||||
backup: true
|
backup: "true"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
name: wikijs
|
name: wikijs
|
||||||
|
labels:
|
||||||
|
backup: "true"
|
||||||
|
|
|
||||||
3
recon.sh
3
recon.sh
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue