We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427a05c commit 42f47f3Copy full SHA for 42f47f3
chart/validator-plugin-kubescape/templates/deployment.yaml
@@ -63,10 +63,6 @@ spec:
63
securityContext: {{- toYaml .Values.controllerManager.manager.containerSecurityContext | nindent 10 }}
64
securityContext:
65
runAsNonRoot: true
66
- {{- if .Values.auth.serviceAccountName }}
67
- serviceAccountName: {{ .Values.auth.serviceAccountName }}
68
- {{- else }}
69
serviceAccountName: {{ include "chart.fullname" . }}-controller-manager
70
- {{- end }}
71
terminationGracePeriodSeconds: 10
72
volumes: {{- toYaml .Values.controllerManager.volumes | nindent 8 }}
0 commit comments