Skip to content

Commit

Permalink
[patch] Pass a new parameter in the install pipeline to control walkm…
Browse files Browse the repository at this point in the history
…e setting (#21)

Co-authored-by: Sekhar C Valluri <svalluri@in.ibm.com>
  • Loading branch information
sekharcvalluri and svalluri-ibm authored Aug 17, 2024
1 parent 6c0dc1c commit cdfd6cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/mas/devops/templates/pipelinerun-install.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,10 @@ spec:
- name: mas_superuser_password
value: "{{ mas_superuser_password }}"
{%- endif %}
{%- if mas_enable_walkme is defined and mas_enable_walkme != "" %}
- name: mas_enable_walkme
value: "{{ mas_enable_walkme }}"
{%- endif %}

# MAS Workspace
# -------------------------------------------------------------------------
Expand Down

0 comments on commit cdfd6cd

Please sign in to comment.