diff --git a/charts/app-dashboard/templates/deployment.yaml b/charts/app-dashboard/templates/deployment.yaml index 782247c..f283bf0 100644 --- a/charts/app-dashboard/templates/deployment.yaml +++ b/charts/app-dashboard/templates/deployment.yaml @@ -43,6 +43,8 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} serviceAccountName: {{ include "app-dashboard.serviceAccountName" . }} + securityContext: + runAsUser: 1000 containers: - name: {{ .Chart.Name }} securityContext: