Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 56e0f8a

Browse files
committed
k8s: qareports-pod: allow adhoc pod to be started as root
Signed-off-by: Charles Oliveira <charles.oliveira@linaro.org>
1 parent 6994d35 commit 56e0f8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

k8s/qareports-pod.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ spec:
1818
containers:
1919
- name: qareports-pod
2020
image: squadproject/squad:release
21+
securityContext:
22+
allowPrivilegeEscalation: false
23+
runAsUser: 0
2124
imagePullPolicy: "Always"
2225
command: ["sh", "-c"]
2326
args:

0 commit comments

Comments
 (0)