mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
actually mount the config
This commit is contained in:
@@ -70,6 +70,19 @@ persistence:
|
||||
nginx:
|
||||
mountPath: /etc/nginx-certs
|
||||
readOnly: true
|
||||
nginx-conf:
|
||||
enabled: true
|
||||
type: configmap
|
||||
objectName: nginx
|
||||
defaultMode: "0600"
|
||||
items:
|
||||
- key: nginx.conf
|
||||
path: nginx.conf
|
||||
targetSelector:
|
||||
nginx:
|
||||
nginx:
|
||||
mountPath: /etc/nginx
|
||||
readOnly: true
|
||||
{{- end -}}
|
||||
|
||||
{{- include "ix.v1.common.app.postgresPersistence"
|
||||
|
||||
Reference in New Issue
Block a user