fix(wger,inventree): revert configmap mount method (#3671)

This commit is contained in:
Stavros Kois 2022-09-03 11:41:23 +03:00 committed by GitHub
parent a8cec00511
commit 28ce245e16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 6 deletions

View File

@ -28,7 +28,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/inventree
- https://inventree.readthedocs.io
- https://github.com/inventree/InvenTree
version: 4.0.7
version: 4.0.8
annotations:
truecharts.org/catagories: |
- utilities

View File

@ -56,8 +56,14 @@ persistence:
inventree-nginx:
enabled: true
noMount: true
type: configMap
objectName: '{{ include "tc.common.names.fullname" . }}-inventree-config-nginx'
type: custom
mountPath: "/etc/nginx/conf.d"
volumeSpec:
configMap:
name: '{{ include "tc.common.names.fullname" . }}-inventree-config-nginx'
items:
- key: nginx.conf
path: default.conf
postgresql:
enabled: true

View File

@ -27,7 +27,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/wger
- https://github.com/wger-project/wger
- https://github.com/wger-project/docker
version: 1.1.1
version: 1.1.2
annotations:
truecharts.org/catagories: |
- life

View File

@ -66,8 +66,14 @@ persistence:
wger-config:
enabled: true
noMount: true
type: configMap
objectName: '{{ include "tc.common.names.fullname" . }}-wger-nginx-config'
type: custom
mountPath: "/etc/nginx/conf.d"
volumeSpec:
configMap:
name: '{{ include "tc.common.names.fullname" . }}-wger-nginx-config'
items:
- key: nginx.conf
path: default.conf
postgresql:
enabled: true