Skip to content

Commit

Permalink
Add runtime option to container definition
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklausbrown committed Jul 18, 2023
1 parent c57bb93 commit edae9be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/dcgm-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: dcgm-exporter
description: A Helm chart for DCGM exporter
version: "3.1.5"
version: "3.1.6"
kubeVersion: ">= 1.19.0-0"
appVersion: "3.1.5"
sources:
Expand Down
1 change: 1 addition & 0 deletions deployment/dcgm-exporter/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ spec:
{{- end }}
containers:
- name: exporter
runtimeClassName: {{ .Values.runtimeClassName }}
securityContext:
{{- toYaml .Values.securityContext | nindent 10 }}
{{- if .Values.image.tag }}
Expand Down

0 comments on commit edae9be

Please sign in to comment.