Skip to content

Commit ba5306a

Browse files
authored
Merge pull request #189 from ls1intum/fix/var-naming-for-atlasml
`Development`: Fix naming of variable for atlasml
2 parents 25071ef + a7df254 commit ba5306a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/artemis/templates/artemis.env.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ ARTEMIS_ATHENA_SECRET='{{ athena.secret }}'
188188
ARTEMIS_ATLAS_ENABLED='{{ atlas.enabled }}'
189189
{% if atlas.atlasml is defined %}
190190
ARTEMIS_ATLAS_ATLASML_ENABLED='{{ atlas.atlasml.enabled }}'
191-
ARTEMIS_ATLAS_ATLASML_BASEURL='{{ atlas.atlasml.base-url }}'
192-
ARTEMIS_ATLAS_ATLASML_AUTHTOKEN='{{ atlas.atlasml.auth-token }}'
191+
ARTEMIS_ATLAS_ATLASML_BASEURL='{{ atlas.atlasml.base_url }}'
192+
ARTEMIS_ATLAS_ATLASML_AUTHTOKEN='{{ atlas.atlasml.auth_token }}'
193193
{% endif %}
194194
{% endif %}
195195
{% if apollon_url is defined %}

0 commit comments

Comments
 (0)