23 lines
528 B
YAML
23 lines
528 B
YAML
# infrastructure/flux-system/kustomization-core.yaml
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: core
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 10m
|
|
path: ./infrastructure/core
|
|
prune: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: flux-system
|
|
namespace: flux-system
|
|
wait: true
|
|
|
|
# Only wait for the NVIDIA device-plugin DaemonSet on titan-22
|
|
healthChecks:
|
|
- apiVersion: apps/v1
|
|
kind: DaemonSet
|
|
name: nvidia-device-plugin-minipc
|
|
namespace: kube-system
|