We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b1213 commit d6bb9a3Copy full SHA for d6bb9a3
1 file changed
src/mas/devops/templates/pipelinerun-restore.yml.j2
@@ -63,6 +63,10 @@ spec:
63
- name: mongodb_provider
64
value: "{{ mongodb_provider }}"
65
{% endif %}
66
+ {% if override_mongodb_storageclass is defined and override_mongodb_storageclass != "" %}
67
+ - name: override_mongodb_storageclass
68
+ value: "{{ override_mongodb_storageclass }}"
69
+ {% endif %}
70
71
# SLS Configuration
72
{% if sls_namespace is defined and sls_namespace != "" %}
0 commit comments