fix cilium kustomization

This commit is contained in:
2024-06-11 23:46:57 +10:00
parent d7b308287b
commit 1e6a73af9f

View File

@@ -5,7 +5,21 @@ metadata:
namespace: kube-system
spec:
interval: 1h
path: ./kubernetes/infrastructure/cilium
path: ./kubernetes/infrastructure/cilium/app
prune: true
sourceRef:
kind: GitRepository
namespace: flux-system
name: flux-system
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: cilium-networkpolicies
namespace: kube-system
spec:
interval: 1h
path: ./kubernetes/infrastructure/cilium/networkpolicies
prune: true
sourceRef:
kind: GitRepository