diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index 352ab6c..d2a7fcc 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -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 # -------------------------------------------------------------------------