Files
fleet-infra/bootstrap/apps/kustomization-baikal.yaml

16 lines
339 B
YAML

apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: baikal
namespace: flux-system
spec:
interval: 15m
path: ./apps/baikal
prune: false # remove any elements later removed from the above path
wait: true
sourceRef:
kind: GitRepository
name: flux-system
dependsOn:
- name: infra-configs