Skip to content

Commit 54548e2

Browse files
committed
set the SElinux type
Signed-off-by: Jian Zhang <[email protected]>
1 parent a7ab445 commit 54548e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/components/tls/operator-controller/patches/manager_deployment_cert.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@
1616
- op: add
1717
path: /spec/template/spec/containers/0/args/-
1818
value: "--tls-key=/var/certs/tls.key"
19+
- op: add
20+
path: /spec/template/spec/securityContext/seLinuxOptions
21+
value: {"type":"spc_t"}

0 commit comments

Comments
 (0)