diff --git a/forgejo-runner/values.yaml b/forgejo-runner/values.yaml index c46cb5c..46c5bde 100644 --- a/forgejo-runner/values.yaml +++ b/forgejo-runner/values.yaml @@ -39,15 +39,14 @@ runner: # -- Extra environment variables to run jobs. # @section -- Configuration yaml of runner (see: https://code.forgejo.org/forgejo/runner/src/branch/main/internal/pkg/config/config.example.yaml) envs: - DOCKER_HOST: tcp://127.0.0.1:2376 - DOCKER_TLS_VERIFY: 1 - DOCKER_CERT_PATH: /certs/client + A_TEST_ENV_NAME_1: a_test_env_value_1 + A_TEST_ENV_NAME_2: a_test_env_value_2 container: # -- Specifies the network to which the container will connect. # Could be host, bridge or the name of a custom network. # If it's empty, create a network automatically. # @section -- Configuration yaml of runner (see: https://code.forgejo.org/forgejo/runner/src/branch/main/internal/pkg/config/config.example.yaml) - network: host + network: "" # -- Whether to create networks with IPv6 enabled. Requires the Docker daemon to be set up accordingly. # Only takes effect if "network" is set to "". # @section -- Configuration yaml of runner (see: https://code.forgejo.org/forgejo/runner/src/branch/main/internal/pkg/config/config.example.yaml) @@ -57,9 +56,8 @@ runner: privileged: false # -- And other options to be used when the container is started (eg, --add-host=my.forgejo.url:host-gateway). # @section -- Configuration yaml of runner (see: https://code.forgejo.org/forgejo/runner/src/branch/main/internal/pkg/config/config.example.yaml) - options: -v /certs/client:/certs/client - valid_volumes: - - /certs/client + options: + valid_volumes: [] dind: image: