15 lines
323 B
YAML
15 lines
323 B
YAML
# clusters/atlas/flux-system/platform/monitoring/kustomization.yaml
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: monitoring
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 10m
|
|
path: ./services/monitoring
|
|
prune: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: flux-system
|
|
wait: true
|