Skip to content

Commit d6bb9a3

Browse files
author
Sanjay Prabhakar
committed
Update pipelinerun-restore.yml.j2
1 parent e8b1213 commit d6bb9a3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ spec:
6363
- name: mongodb_provider
6464
value: "{{ mongodb_provider }}"
6565
{% endif %}
66+
{% if override_mongodb_storageclass is defined and override_mongodb_storageclass != "" %}
67+
- name: override_mongodb_storageclass
68+
value: "{{ override_mongodb_storageclass }}"
69+
{% endif %}
6670

6771
# SLS Configuration
6872
{% if sls_namespace is defined and sls_namespace != "" %}

0 commit comments

Comments
 (0)