Skip to content

Commit 07c8d9b

Browse files
Dixit SathwaraDixit Sathwara
authored andcommitted
remove the permission mode from spec and update the issuerKind
1 parent e2c52a3 commit 07c8d9b

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -557,13 +557,9 @@ spec:
557557
- name: mas_feature_usage
558558
value: "{{ mas_feature_usage }}"
559559
{%- endif %}
560-
{%- if mas_permission_mode is defined and mas_permission_mode != "" %}
561-
- name: mas_permission_mode
562-
value: "{{ mas_permission_mode }}"
563-
{%- endif %}
564-
{%- if mas_internal_certificate_issuer_kind is defined and mas_internal_certificate_issuer_kind != "" %}
565-
- name: mas_internal_certificate_issuer_kind
566-
value: "{{ mas_internal_certificate_issuer_kind }}"
560+
{%- if mas_issuer_kind is defined and mas_issuer_kind != "" %}
561+
- name: mas_issuer_kind
562+
value: "{{ mas_issuer_kind }}"
567563
{%- endif %}
568564

569565
# MAS Workspace

0 commit comments

Comments
 (0)