16 lines
408 B
YAML
16 lines
408 B
YAML
# infrastructure/core/daemonsets/kustomization-device-plugin-minipc.yaml
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: nvidia-device-plugin-minipc
|
|
namespace: flux-system
|
|
spec:
|
|
suspend: false
|
|
interval: 10m
|
|
path: ./infrastructure/core/daemonsets/device-plugin-minipc
|
|
prune: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: flux-system
|
|
namespace: flux-system
|