Merge pull request #75 from 3dwardch3ng/infra/cilium

fix cilium kustomization
This commit is contained in:
2024-06-11 23:47:30 +10:00
committed by GitHub

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