Skip to content

Commit d684bb1

Browse files
committed
remove unneeded versions
1 parent 4885558 commit d684bb1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,6 @@ spec:
122122
- name: mas_workspace_id
123123
value: "{{ mas_workspace_id }}"
124124
{% endif %}
125-
{% if mas_app_backup_version is defined and mas_app_backup_version != "" %}
126-
- name: mas_app_backup_version
127-
value: "{{ mas_app_backup_version }}"
128-
{% endif %}
129125

130126
# Db2 Backup Configuration
131127
{% if db2_namespace is defined and db2_namespace != "" %}
@@ -136,10 +132,6 @@ spec:
136132
- name: db2_instance_name
137133
value: "{{ db2_instance_name }}"
138134
{% endif %}
139-
{% if db2_backup_version is defined and db2_backup_version != "" %}
140-
- name: db2_backup_version
141-
value: "{{ db2_backup_version }}"
142-
{% endif %}
143135
{% if backup_type is defined and backup_type != "" %}
144136
- name: backup_type
145137
value: "{{ backup_type }}"

0 commit comments

Comments
 (0)