We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f468d1f + 18b6e6f commit 9a48a96Copy full SHA for 9a48a96
2 files changed
.gitignore
@@ -19,5 +19,5 @@ venv/
19
# Other
20
kubectl.exe
21
/build
22
-/.vscode
23
-/site
+/.vscode
+/site
src/mas/devops/templates/pipelinerun-install.yml.j2
@@ -207,17 +207,6 @@ spec:
207
value: "{{ ibm_mongo_admin_password }}"
208
{%- endif %}
209
210
-{%- if redis_action is defined and redis_action != "" %}
211
-
212
- # Dependencies - Redis
213
- # -------------------------------------------------------------------------
214
- - name: redis_action
215
- value: "{{ redis_action }}"
216
- - name: redis_namespace
217
- value: "{{ redis_namespace }}"
218
- - name: redis_replicas
219
- value: "{{ redis_replicas }}"
220
-{%- endif %}
221
{%- if kafka_action_system == "install" %}
222
223
# Dependencies - Kafka
0 commit comments