Remove unnecessary selinux setting
This commit is contained in:
parent
f135b9427e
commit
3255be6cc4
@ -62,7 +62,7 @@ container:
|
|||||||
privileged: false
|
privileged: false
|
||||||
# And other options to be used when the container is started (eg, --add-host=my.gitea.url:host-gateway).
|
# 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.
|
# 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.
|
# The parent directory of a job's working directory.
|
||||||
# If it's empty, /workspace will be used.
|
# If it's empty, /workspace will be used.
|
||||||
workdir_parent:
|
workdir_parent:
|
||||||
|
@ -47,4 +47,3 @@ services_deploy_pod:
|
|||||||
- "-e GITEA_RUNNER_REGISTRATION_TOKEN={{
|
- "-e GITEA_RUNNER_REGISTRATION_TOKEN={{
|
||||||
services[services_service_name].runner.registration_token }}"
|
services[services_service_name].runner.registration_token }}"
|
||||||
- "-e GITEA_RUNNER_NAME=main"
|
- "-e GITEA_RUNNER_NAME=main"
|
||||||
- "--security-opt label=disable"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user