mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-02-02 09:28:25 +00:00
Add patch for nginx init containers in k8s
This commit is contained in:
parent
e33b61fd04
commit
50f5af989c
@ -15,7 +15,7 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
- [Improvement] Add support for SSL and TLS in external SMTP server (#231)
|
||||
- [Bugfix] Fix missing video transcripts in LMS (#229)
|
||||
- [Improvement] Make it possible to enable/disable multiple plugins at once
|
||||
- [Improvement] Add 'local-docker-compose-nginx-volumes' patch
|
||||
- [Improvement] Add 'local-docker-compose-nginx-volumes' and 'k8s-deployments-nginx-init-containers' patches
|
||||
|
||||
## 3.5.3 (2019-07-05)
|
||||
|
||||
|
@ -407,6 +407,7 @@ spec:
|
||||
volumeMounts:
|
||||
- mountPath: /var/www/openedx/
|
||||
name: openedx-staticfiles
|
||||
{{ patch("k8s-deployments-nginx-init-containers")|indent(8) }}
|
||||
containers:
|
||||
- name: nginx
|
||||
image: {{ DOCKER_REGISTRY }}{{ DOCKER_IMAGE_NGINX }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user