fix(wger,inventree): revert configmap mount method (#3671)
This commit is contained in:
parent
a8cec00511
commit
28ce245e16
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue