17 lines
339 B
YAML
17 lines
339 B
YAML
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: install-traefik--infra
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 10m
|
|
timeout: 5m
|
|
dependsOn:
|
|
- name: config-metallb--infra
|
|
path: ./infrastructure/traefik-install
|
|
prune: true
|
|
wait: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: flux-system
|