2024-01-13 12:55:34 -06:00
|
|
|
---
|
|
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta2.json
|
|
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
|
|
|
kind: HelmRelease
|
|
|
|
metadata:
|
2024-01-13 13:14:14 -06:00
|
|
|
name: nvidia-device-plugin
|
2024-01-13 12:55:34 -06:00
|
|
|
spec:
|
|
|
|
interval: 30m
|
|
|
|
chart:
|
|
|
|
spec:
|
2024-01-13 13:23:31 -06:00
|
|
|
chart: nvidia-device-plugin
|
2024-03-31 09:19:55 -05:00
|
|
|
version: 0.14.5
|
2024-01-13 12:55:34 -06:00
|
|
|
sourceRef:
|
|
|
|
kind: HelmRepository
|
2024-01-13 13:23:31 -06:00
|
|
|
name: nvdp
|
2024-01-13 12:55:34 -06:00
|
|
|
namespace: flux-system
|
|
|
|
install:
|
|
|
|
remediation:
|
|
|
|
retries: 3
|
|
|
|
upgrade:
|
|
|
|
cleanupOnFail: true
|
|
|
|
remediation:
|
|
|
|
retries: 3
|
2024-03-31 08:08:44 -05:00
|
|
|
strategy: rollback
|
2024-01-13 12:55:34 -06:00
|
|
|
values:
|
2024-03-31 09:24:36 -05:00
|
|
|
runtimeClassName: "nvidia"
|
2024-01-13 12:55:34 -06:00
|
|
|
gfd:
|
|
|
|
enabled: true
|
|
|
|
nfd:
|
|
|
|
enabled: false
|
|
|
|
resources:
|
|
|
|
requests:
|
|
|
|
cpu: 100m
|
|
|
|
limits:
|
2024-03-31 09:54:09 -05:00
|
|
|
memory: 512Mi
|