diff --git a/manifests/artemis/gitea-runners/runner-artemis-1.yaml b/manifests/artemis/gitea-runners/runner-artemis-1.yaml index 9be9beb..fe96345 100644 --- a/manifests/artemis/gitea-runners/runner-artemis-1.yaml +++ b/manifests/artemis/gitea-runners/runner-artemis-1.yaml @@ -31,6 +31,8 @@ spec: securityContext: privileged: true env: + - name: GITEA_RUNNER_NAME + value: "artemis-1" - name: GITEA_INSTANCE_URL value: "https://git.dgse.cloud" - name: GITEA_RUNNER_REGISTRATION_TOKEN diff --git a/manifests/artemis/gitea-runners/runner-artemis-2.yaml b/manifests/artemis/gitea-runners/runner-artemis-2.yaml index 18d1116..dbd7f0d 100644 --- a/manifests/artemis/gitea-runners/runner-artemis-2.yaml +++ b/manifests/artemis/gitea-runners/runner-artemis-2.yaml @@ -31,6 +31,8 @@ spec: securityContext: privileged: true env: + - name: GITEA_RUNNER_NAME + value: "artemis-2" - name: GITEA_INSTANCE_URL value: "https://git.dgse.cloud" - name: GITEA_RUNNER_REGISTRATION_TOKEN diff --git a/manifests/artemis/gitea-runners/runner-artemis-3.yaml b/manifests/artemis/gitea-runners/runner-artemis-3.yaml index caee25f..4e8066f 100644 --- a/manifests/artemis/gitea-runners/runner-artemis-3.yaml +++ b/manifests/artemis/gitea-runners/runner-artemis-3.yaml @@ -31,6 +31,8 @@ spec: securityContext: privileged: true env: + - name: GITEA_RUNNER_NAME + value: "artemis-3" - name: GITEA_INSTANCE_URL value: "https://git.dgse.cloud" - name: GITEA_RUNNER_REGISTRATION_TOKEN