File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ spec:
217
217
- mountPath: /app/pythonpath
218
218
name: pythonpath
219
219
- mountPath: /app/pythonpath/openedx
220
- name: pythonpath
220
+ name: pythonpath-openedx
221
221
- mountPath: /app/security
222
222
name: security
223
223
volumes:
@@ -311,7 +311,7 @@ spec:
311
311
- mountPath: /app/pythonpath
312
312
name: pythonpath
313
313
- mountPath: /app/pythonpath/openedx
314
- name: pythonpath
314
+ name: pythonpath-openedx
315
315
- mountPath: /app/security
316
316
name: security
317
317
- mountPath: /app/scripts
@@ -410,7 +410,7 @@ spec:
410
410
- mountPath: /app/pythonpath
411
411
name: pythonpath
412
412
- mountPath: /app/pythonpath/openedx
413
- name: pythonpath
413
+ name: pythonpath-openedx
414
414
- mountPath: /app/security
415
415
name: security
416
416
volumes:
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ spec:
163
163
- mountPath: /app/pythonpath
164
164
name: pythonpath
165
165
- mountPath: /app/pythonpath/openedx
166
- name: pythonpath
166
+ name: pythonpath-openedx
167
167
- mountPath: /app/security
168
168
name: security
169
169
- mountPath: /app/assets
@@ -252,7 +252,7 @@ spec:
252
252
- mountPath: /app/pythonpath
253
253
name: pythonpath
254
254
- mountPath: /app/pythonpath/openedx
255
- name: pythonpath
255
+ name: pythonpath-openedx
256
256
- mountPath: /app/security
257
257
name: security
258
258
- mountPath: /app/assets
Original file line number Diff line number Diff line change 74
74
app.kubernetes.io/name: superset
75
75
76
76
- name: superset-pythonpath
77
- files:{% for file in "aspects/apps/superset/pythonpath"|walk_templates %}
77
+ files:{% for file in "aspects/apps/superset/pythonpath/ "|walk_templates %}
78
78
- plugins/{{ file }}{% endfor %}
79
79
options:
80
80
labels:
81
81
app.kubernetes.io/name: superset
82
82
83
83
- name: superset-pythonpath-openedx
84
- files:{% for file in "aspects/apps/superset/pythonpath/openedx"|walk_templates %}
84
+ files:{% for file in "aspects/apps/superset/pythonpath/openedx/ "|walk_templates %}
85
85
- plugins/{{ file }}{% endfor %}
86
86
options:
87
87
labels:
You can’t perform that action at this time.
0 commit comments