diff --git a/ci/podTemplate.yaml b/ci/podTemplate.yaml index a15cc3b..5366644 100644 --- a/ci/podTemplate.yaml +++ b/ci/podTemplate.yaml @@ -1,3 +1,6 @@ +metadata: + annotations: + io.kubernetes.cri-o.TrySkipVolumeSELinuxLabel: 'true' spec: containers: - name: build @@ -13,6 +16,8 @@ spec: subPath: ssh_known_hosts securityContext: fsGroupChangePolicy: OnRootMismatch + seLinuxOptions: + level: s0:c596,c675 volumes: - name: ssh-known-hosts configMap: