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