fix(inventree): update nginx.conf mount method (#3656)

* fix(inventree): attempt to fix login errors

* hmm

* hmm

* mountpath

* hmmm

* ?!

* hmm

* remove mountPath

* remove RO

* try subPath

* try type configMap

* read content

* try wger too

* remove cmd
This commit is contained in:
Stavros Kois
2022-09-03 11:01:51 +03:00
committed by GitHub
parent b8c8523b85
commit ab8f8e2679
6 changed files with 26 additions and 25 deletions
+3 -10
View File
@@ -64,17 +64,10 @@ persistence:
type: emptyDir
mountPath: "/home/wger/static"
wger-config:
enabled: "true"
enabled: true
noMount: true
readOnly: true
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
type: configMap
objectName: '{{ include "tc.common.names.fullname" . }}-wger-nginx-config'
postgresql:
enabled: true