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 b04f668 commit 2f82ed6Copy full SHA for 2f82ed6
pkg/addon/configpolicy/manifests/managedclusterchart/templates/deployment.yaml
@@ -131,7 +131,6 @@ spec:
131
containerPort: 8383
132
{{- end }}
133
resources: {{- toYaml .Values.resources | nindent 10 }}
134
- securityContext:
135
allowPrivilegeEscalation: false
136
capabilities:
137
drop:
@@ -177,4 +176,6 @@ spec:
177
176
serviceAccount: {{ include "controller.serviceAccountName" . }}
178
securityContext:
179
runAsNonRoot: true
+ seccompProfile:
180
+ type: RuntimeDefault
181
terminationGracePeriodSeconds: 120
0 commit comments