infrastructure/flux/cluster/base/core.yaml

16 lines
276 B
YAML
Raw Normal View History

2021-10-27 12:00:35 +02:00
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: core
namespace: flux-system
spec:
interval: 10m0s
dependsOn:
- name: crds
2021-11-21 13:49:39 +01:00
path: ./flux/cluster/core
2021-10-27 12:00:35 +02:00
prune: false
sourceRef:
kind: GitRepository
name: flux-system