mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
fix(flux): unloop the loop
Signed-off-by: JJGadgets <git@jjgadgets.tech>
This commit is contained in:
@@ -6,8 +6,6 @@ kind: OCIRepository
|
||||
metadata:
|
||||
name: flux-manifests
|
||||
namespace: flux-system
|
||||
labels:
|
||||
kustomization.flux.home.arpa/name: "flux"
|
||||
spec:
|
||||
interval: 10m
|
||||
url: oci://ghcr.io/fluxcd/flux-manifests
|
||||
@@ -20,6 +18,8 @@ kind: Kustomization
|
||||
metadata:
|
||||
name: 1-flux
|
||||
namespace: flux-system
|
||||
labels:
|
||||
kustomization.flux.home.arpa/name: "cilium"
|
||||
spec:
|
||||
interval: 10m
|
||||
path: ./
|
||||
|
||||
@@ -23,7 +23,7 @@ metadata:
|
||||
name: 2-biohazard-config
|
||||
namespace: flux-system
|
||||
labels:
|
||||
kustomization.flux.home.arpa/name: "flux"
|
||||
kustomization.flux.home.arpa/name: "cilium"
|
||||
spec:
|
||||
interval: 10m0s
|
||||
path: ./kube/1-clusters/Biohazard/2-config
|
||||
|
||||
Reference in New Issue
Block a user