diff --git a/deployments/helm/eosxd-csi/templates/nodeplugin-daemonset.yaml b/deployments/helm/eosxd-csi/templates/nodeplugin-daemonset.yaml index 0832122..b0e92dc 100644 --- a/deployments/helm/eosxd-csi/templates/nodeplugin-daemonset.yaml +++ b/deployments/helm/eosxd-csi/templates/nodeplugin-daemonset.yaml @@ -19,7 +19,7 @@ spec: hostPID: true hostNetwork: {{ .Values.nodeplugin.hostNetwork }} dnsPolicy: {{ .Values.nodeplugin.dnsPolicy }} - {{- with .Values.controllerplugin.podSecurityContext }} + {{- with .Values.nodeplugin.podSecurityContext }} securityContext: {{ toYaml . | nindent 8 }} {{- end }} containers: