Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions deployments/gpu-operator/templates/extra-objects.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{{ range .Values.extraObjects }}
---
{{ if typeIs "string" . }}
{{- tpl . $ }}
{{- else }}
{{- tpl (toYaml .) $ }}
{{- end }}
{{ end }}
4 changes: 4 additions & 0 deletions deployments/gpu-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,10 @@ ccManager:
value: "0x2339,0x2331,0x2330,0x2324,0x2322,0x233d"
resources: {}

# Array of extra K8s manifests to deploy
# Supports use of custom Helm templates
extraObjects: []

node-feature-discovery:
priorityClassName: system-node-critical
gc:
Expand Down