-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelmrelease.yaml
More file actions
40 lines (40 loc) · 923 Bytes
/
helmrelease.yaml
File metadata and controls
40 lines (40 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2.json
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: nvidia-device-plugin
spec:
interval: 30m
chart:
spec:
chart: nvidia-device-plugin
version: 0.18.0
sourceRef:
kind: HelmRepository
name: nvidia-device-plugin
namespace: flux-system
install:
crds: CreateReplace
remediation:
retries: 3
upgrade:
cleanupOnFail: true
crds: CreateReplace
remediation:
strategy: rollback
retries: 3
driftDetection:
mode: enabled
values:
runtimeClassName: nvidia
tolerations:
- key: nvidia.com/gpu
operator: Exists
effect: NoSchedule
- key: martin.com/gpu
operator: Exists
effect: NoSchedule
nodeSelector:
martin.com/gpu: nvidia
affinity: []