fix(wger,inventree): revert configmap mount method (#3671)
This commit is contained in:
@@ -28,7 +28,7 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/inventree
|
- https://github.com/truecharts/charts/tree/master/charts/stable/inventree
|
||||||
- https://inventree.readthedocs.io
|
- https://inventree.readthedocs.io
|
||||||
- https://github.com/inventree/InvenTree
|
- https://github.com/inventree/InvenTree
|
||||||
version: 4.0.7
|
version: 4.0.8
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- utilities
|
- utilities
|
||||||
|
|||||||
@@ -56,8 +56,14 @@ persistence:
|
|||||||
inventree-nginx:
|
inventree-nginx:
|
||||||
enabled: true
|
enabled: true
|
||||||
noMount: true
|
noMount: true
|
||||||
type: configMap
|
type: custom
|
||||||
objectName: '{{ include "tc.common.names.fullname" . }}-inventree-config-nginx'
|
mountPath: "/etc/nginx/conf.d"
|
||||||
|
volumeSpec:
|
||||||
|
configMap:
|
||||||
|
name: '{{ include "tc.common.names.fullname" . }}-inventree-config-nginx'
|
||||||
|
items:
|
||||||
|
- key: nginx.conf
|
||||||
|
path: default.conf
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/wger
|
- https://github.com/truecharts/charts/tree/master/charts/stable/wger
|
||||||
- https://github.com/wger-project/wger
|
- https://github.com/wger-project/wger
|
||||||
- https://github.com/wger-project/docker
|
- https://github.com/wger-project/docker
|
||||||
version: 1.1.1
|
version: 1.1.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- life
|
- life
|
||||||
|
|||||||
@@ -66,8 +66,14 @@ persistence:
|
|||||||
wger-config:
|
wger-config:
|
||||||
enabled: true
|
enabled: true
|
||||||
noMount: true
|
noMount: true
|
||||||
type: configMap
|
type: custom
|
||||||
objectName: '{{ include "tc.common.names.fullname" . }}-wger-nginx-config'
|
mountPath: "/etc/nginx/conf.d"
|
||||||
|
volumeSpec:
|
||||||
|
configMap:
|
||||||
|
name: '{{ include "tc.common.names.fullname" . }}-wger-nginx-config'
|
||||||
|
items:
|
||||||
|
- key: nginx.conf
|
||||||
|
path: default.conf
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user