Remove unnecessary selinux setting

This commit is contained in:
Wojciech Kozlowski 2024-01-06 16:32:24 +01:00
parent f135b9427e
commit 3255be6cc4
2 changed files with 1 additions and 2 deletions

View File

@ -62,7 +62,7 @@ container:
privileged: false
# And other options to be used when the container is started (eg, --add-host=my.gitea.url:host-gateway).
# These options appear to be ignored, either by podman socket or the runner.
options: "--security-opt label=disable"
options:
# The parent directory of a job's working directory.
# If it's empty, /workspace will be used.
workdir_parent:

View File

@ -47,4 +47,3 @@ services_deploy_pod:
- "-e GITEA_RUNNER_REGISTRATION_TOKEN={{
services[services_service_name].runner.registration_token }}"
- "-e GITEA_RUNNER_NAME=main"
- "--security-opt label=disable"