Skip to content

Commit

Permalink
node group gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Pierce committed Apr 26, 2021
1 parent d9b8155 commit d5651d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/en/docs/CI Plugins and Integrations/Gitlab/_index.md
Expand Up @@ -261,7 +261,7 @@ When you stop or exit the container, it will automatically unregister it from yo
## Answers to Common Questions
- You can override the default VM Template and Tag using environment variables: `ANKA_TEMPLATE_UUID` & `ANKA_TAG_NAME`
- You can override the default VM Template, Tag, and targeted node group using environment variables: `ANKA_TEMPLATE_UUID`, `ANKA_TAG_NAME`, and `ANKA_NODE_GROUP`
```yaml
test:
tags:
Expand All @@ -270,6 +270,7 @@ When you stop or exit the container, it will automatically unregister it from yo
variables:
ANKA_TEMPLATE_UUID: "c0847bc9-5d2d-4dbc-ba6a-240f7ff08032"
ANKA_TAG_NAME: "base"
ANKA_NODE_GROUP: "larger-vm-pool"
script:
- hostname
- echo "Echo from inside of the VM!"
Expand Down

0 comments on commit d5651d5

Please sign in to comment.