Skip to content

Commit 3a7d5a6

Browse files
committed
set the SElinux type
1 parent a7ab445 commit 3a7d5a6

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: [{"name":"type", "value":"spc_t"}]

0 commit comments

Comments
 (0)