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
4 changed files with 18 additions and 6 deletions
+8 -2
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