another correction

This commit is contained in:
2025-07-04 21:07:23 +05:30
parent 8d5d57216f
commit 24d6ca220b

View File

@@ -24,11 +24,11 @@ spec:
operator: In
values:
- "{{ .Values.nodeAffinity.value }}"
supplementalGroups: {{ .Values.securityContext.supplementalGroups | toYaml | nindent 8 }}
{{- end }}
securityContext:
runAsGroup: 0
runAsUser: 0
supplementalGroups: {{ .Values.securityContext.supplementalGroups | toYaml | nindent 8 }}
{{- end }}
containers:
- name: {{ .Values.name }}
{{- if .Values.hwAccl.enabled }}