Skip to content

Commit

Permalink
[patch] Update pipelinerun-install.yml.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa Resul committed Jan 12, 2025
1 parent a250a71 commit 4043d73
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/mas/devops/templates/pipelinerun-install.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,10 @@ spec:
# -------------------------------------------------------------------------
- name: sls_channel
value: '3.x'
{%- if sls_entitlement_file is defined and sls_entitlement_file != "" %}
- name: sls_entitlement_file
value: "{{ sls_entitlement_file }}"
{%- endif %}
{%- if sls_namespace is defined and sls_namespace != "" %}
- name: sls_namespace
value: "{{ sls_namespace }}"
Expand All @@ -298,6 +300,23 @@ spec:
- name: sls_mongodb_cfg_file
value: "{{ sls_mongodb_cfg_file }}"
{%- endif %}
{%- if sls_tls_crt_local_file_path is defined and sls_tls_crt_local_file_path != "" %}
- name: sls_tls_crt_local_file_path
value: "{{ sls_tls_crt_local_file_path }}"
{%- endif %}
{%- if sls_registration_key is defined and sls_registration_key != "" %}
- name: sls_registration_key
value: "{{ sls_registration_key }}"
{%- endif %}
{%- if sls_url is defined and sls_url != "" %}
- name: sls_url
value: "{{ sls_url }}"
{%- endif %}
{%- if sls_action is defined and sls_action != "" %}
- name: sls_action
value: "{{ sls_action }}"
{%- endif %}


# Dependencies - UDS/DRO (Required)
# -------------------------------------------------------------------------
Expand Down

0 comments on commit 4043d73

Please sign in to comment.