Skip to content

Commit

Permalink
fixed the template
Browse files Browse the repository at this point in the history
  • Loading branch information
jdambly-ns committed Oct 3, 2024
1 parent 825a6bb commit a27fe6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sriov/templates/daemonSet_sriov_cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ spec:
- name: kube-{{ .Chart.Name }}-cni
image: {{ .Values.images.sriovCni.repository }}:{{ .Values.images.sriovCni.tag }}
imagePullPolicy: {{ .Values.images.pullPolicy }}
{{- with .Values.securityContext}}
securityContext:
allowPrivilegeEscalation: false
privileged: false
Expand Down

0 comments on commit a27fe6f

Please sign in to comment.