We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9742bc6 commit 50a27f1Copy full SHA for 50a27f1
2 files changed
src/mas/devops/templates/pipelinerun-backup.yml.j2
@@ -31,6 +31,10 @@ spec:
31
# Backup Configuration
32
- name: backup_version
33
value: "{{ backup_version }}"
34
+ {% if clean_backup is defined and clean_backup != "" %}
35
+ - name: clean_backup
36
+ value: "{{ clean_backup }}"
37
+ {% endif %}
38
39
# Component Flags
40
{% if include_sls is defined and include_sls != "" %}
src/mas/devops/templates/pipelinerun-restore.yml.j2
@@ -34,6 +34,10 @@ spec:
# Restore Configuration
- name: restore_version
value: "{{ restore_version }}"
41
42
43
{% if include_mongo is defined and include_mongo != "" %}
0 commit comments