From d6e97a9b09666d6d6215464716006ae581f2d0bd Mon Sep 17 00:00:00 2001 From: jack <62025739+1602077@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:13:22 +0200 Subject: [PATCH] deploy(helm): fix nodeplugin security context referencing controllerplugin config (#23) --- deployments/helm/eosxd-csi/templates/nodeplugin-daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: