actually mount the config

This commit is contained in:
Stavros kois
2024-04-17 17:27:59 +03:00
parent 95af6ba27d
commit d92fd28aa3
@@ -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"