38 lines
828 B
YAML
38 lines
828 B
YAML
#apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
#kind: Kustomization
|
|
#metadata:
|
|
# name: cilium
|
|
# namespace: cilium
|
|
#spec:
|
|
# interval: 10m
|
|
# timeout: 1m30s
|
|
# retryInterval: 30s
|
|
# 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: cilium
|
|
#spec:
|
|
# suspend: true
|
|
# interval: 10m
|
|
# timeout: 1m30s
|
|
# retryInterval: 30s
|
|
# path: ./kubernetes/infrastructure/cilium/networkpolicies
|
|
# prune: true
|
|
# sourceRef:
|
|
# kind: GitRepository
|
|
# namespace: flux-system
|
|
# name: flux-system
|
|
# dependsOn:
|
|
# - name: cilium
|
|
# namespace: cilium
|
|
# - name: ingress-nginx
|
|
# namespace: ingress-nginx
|