File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff 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 db 2_namespace is defined and db 2_namespace != "" %}
@@ -136,10 +132,6 @@ spec:
136132 - name: db2_instance_name
137133 value: "{{ db2_instance_name }}"
138134 {% endif %}
139- {% if db 2_backup_version is defined and db 2_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 }}"
You can’t perform that action at this time.
0 commit comments