Skip to content

Commit b827d0a

Browse files
Add seccomp profile to UI component security context
Add security context with seccomp profile to UI component Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
1 parent 906a6b1 commit b827d0a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • manifests/v1beta1/components/ui

manifests/v1beta1/components/ui/ui.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ metadata:
77
labels:
88
katib.kubeflow.org/component: ui
99
spec:
10+
securityContext:
11+
seccompProfile:
12+
type: RuntimeDefault
1013
replicas: 1
1114
selector:
1215
matchLabels:

0 commit comments

Comments
 (0)