Skip to content

Commit e727d4b

Browse files
RexMCMMatheus Cardoso de Medeirosdurera
authored
[minor] Add mas_special_characters to install PipelineRun template (#20)
Co-authored-by: Matheus Cardoso de Medeiros <Matheus.Cardoso@ibm.com> Co-authored-by: David Parker <parkerda@uk.ibm.com>
1 parent c20fb45 commit e727d4b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/mas/devops/templates/pipelinerun-install.yml.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,10 @@ spec:
426426
- name: mas_domain
427427
value: "{{ mas_domain }}"
428428
{%- endif %}
429+
{%- if mas_special_characters is defined and mas_special_characters != "" %}
430+
- name: mas_special_characters
431+
value: "{{ mas_special_characters }}"
432+
{%- endif %}
429433
{%- if mas_cluster_issuer is defined and mas_cluster_issuer != "" %}
430434
- name: mas_cluster_issuer
431435
value: "{{ mas_cluster_issuer }}"

0 commit comments

Comments
 (0)