We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4c12c0 + 1eb7e25 commit f13d698Copy full SHA for f13d698
charts/kube-vip-cloud-provider/templates/deployment.yaml
@@ -22,6 +22,10 @@ spec:
22
imagePullPolicy: {{ .Values.image.pullPolicy }}
23
resources:
24
{{- toYaml .Values.resources | nindent 12 }}
25
+ securityContext:
26
+ allowPrivilegeEscalation: false
27
+ seccompProfile:
28
+ type: RuntimeDefault
29
serviceAccountName: {{ include "kube-vip-cloud-provider.name" . }}
30
{{- if .Values.nodeSelector }}
31
nodeSelector:
0 commit comments