We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c52a3 commit 07c8d9bCopy full SHA for 07c8d9b
1 file changed
src/mas/devops/templates/pipelinerun-install.yml.j2
@@ -557,13 +557,9 @@ spec:
557
- name: mas_feature_usage
558
value: "{{ mas_feature_usage }}"
559
{%- 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 }}"
+{%- if mas_issuer_kind is defined and mas_issuer_kind != "" %}
+ - name: mas_issuer_kind
+ value: "{{ mas_issuer_kind }}"
567
568
569
# MAS Workspace
0 commit comments