Skip to content

Commit f8ba41d

Browse files
authored
[major] Remove turbonomic params from install pipelinerun template (#151)
1 parent 9913f14 commit f8ba41d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -89,21 +89,6 @@ spec:
8989
value: "{{ eck_remote_es_password }}"
9090
{%- endif %}
9191
{%- endif %}
92-
{%- if turbonomic_server_url is defined and turbonomic_server_url != "" %}
93-
94-
# Dependencies - Turbonomic
95-
# -------------------------------------------------------------------------
96-
- name: turbonomic_server_url
97-
value: "{{ turbonomic_server_url }}"
98-
- name: turbonomic_server_version
99-
value: "{{ turbonomic_server_version }}"
100-
- name: turbonomic_target_name
101-
value: "{{ turbonomic_target_name }}"
102-
- name: turbonomic_username
103-
value: "{{ turbonomic_username }}"
104-
- name: turbonomic_password
105-
value: "{{ turbonomic_password }}"
106-
{%- endif %}
10792
{%- if db2_action_system == "install" or db2_action_manage == "install" %}
10893

10994
# Dependencies - Db2 - Actions

0 commit comments

Comments
 (0)