Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: move the variables from common to root for discoverability #102

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ metadata:
name: gitlab-runner
description: "UDS GitLab Runner Common Package"

variables:
- name: DOMAIN
default: "uds.dev"
- name: RUNNER_AUTH_TOKEN
description: The Runner Authentication Token to use when registering the GitLab Runner (if none is provided will register a default instance runner)
- name: RUNNER_SANDBOX_NAMESPACE
default: gitlab-runner-sandbox

components:
- name: gitlab-runner
description: "Deploy gitlab-runner"
Expand Down
8 changes: 8 additions & 0 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ metadata:
version: "17.0.0-uds.0"
# x-release-please-end

variables:
- name: DOMAIN
default: "uds.dev"
- name: RUNNER_AUTH_TOKEN
description: The Runner Authentication Token to use when registering the GitLab Runner (if none is provided will register a default instance runner)
- name: RUNNER_SANDBOX_NAMESPACE
default: gitlab-runner-sandbox

components:
- name: gitlab-runner
required: true
Expand Down