We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5adb73a commit 9742bc6Copy full SHA for 9742bc6
2 files changed
src/mas/devops/templates/pipelinerun-backup.yml.j2
@@ -38,6 +38,11 @@ spec:
38
value: "{{ include_sls }}"
39
{% endif %}
40
41
+ {% if include_mongo is defined and include_mongo != "" %}
42
+ - name: include_mongo
43
+ value: "{{ include_mongo }}"
44
+ {% endif %}
45
+
46
# MongoDB Configuration
47
{% if mongodb_namespace is defined and mongodb_namespace != "" %}
48
- name: mongodb_namespace
src/mas/devops/templates/pipelinerun-restore.yml.j2
@@ -36,6 +36,10 @@ spec:
36
value: "{{ restore_version }}"
37
# Component Flags
{% if include_sls is defined and include_sls != "" %}
- name: include_sls
0 commit comments