Skip to content

Commit 75537ac

Browse files
authored
[patch] Fixes and updates for IBMCloud COS support (#32)
1 parent 3b7e2a3 commit 75537ac

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,12 +319,14 @@ spec:
319319
# -------------------------------------------------------------------------
320320
- name: cos_type
321321
value: "{{ cos_type }}"
322-
- name: ibmcos_resourcegroup
323-
value: "{{ ibmcos_resourcegroup }}"
324-
- name: ibmcos_instance_name
325-
value: "{{ ibmcos_instance_name }}"
322+
- name: cos_resourcegroup
323+
value: "{{ cos_resourcegroup }}"
324+
- name: cos_instance_name
325+
value: "{{ cos_instance_name }}"
326326
- name: cos_action
327327
value: "{{ cos_action }}"
328+
- name: cos_apikey
329+
value: "{{ cos_apikey }}"
328330
{%- endif %}
329331

330332
# MAS Catalog

0 commit comments

Comments
 (0)