Skip to content

Commit

Permalink
[patch] Switch to sls_tls_crt_local_file_base64_path
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa Resul committed Jan 12, 2025
1 parent 4043d73 commit 0830980
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mas/devops/templates/pipelinerun-install.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,9 @@ 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 }}"
{%- if sls_tls_crt_local_file_base64_path is defined and sls_tls_crt_local_file_base64_path != "" %}
- name: sls_tls_crt_local_file_base64_path
value: "{{ sls_tls_crt_local_file_base64_path }}"
{%- endif %}
{%- if sls_registration_key is defined and sls_registration_key != "" %}
- name: sls_registration_key
Expand Down

0 comments on commit 0830980

Please sign in to comment.