Skip to content

Commit

Permalink
Merge "Adding evironment variables for Stepler Message Of The Day tes…
Browse files Browse the repository at this point in the history
…ting"
  • Loading branch information
MOS CI authored and Gerrit Code Review committed Dec 24, 2024
2 parents 4f38157 + 0e4069a commit 55da153
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rockoon/templates/services/stepler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ spec:
stepler_env:
{%- if spec.features.get("policies", {}).get("strict_admin", {}).get("enabled", False) %}
ROLE_ADMIN: service
{%- endif %}
{%- if spec.features.get("horizon", {}).get("motd", {}) %}
MESSAGE_OF_THE_DAY: '{{ spec.features.horizon.motd | tojson }}'
{%- endif %}
HORIZON_TEST_IMAGE_CIRROS: {{ cirros_image_name }}
{%- set public_network_name = "public" %}
Expand Down

0 comments on commit 55da153

Please sign in to comment.