split nextcloud chart components into separate files
This commit is contained in:
9
helm/nextcloud/templates/postgres-configmap.yaml
Normal file
9
helm/nextcloud/templates/postgres-configmap.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-postgres
|
||||
annotations:
|
||||
{{- include "helm_keep_annotation" . | nindent 4 }}
|
||||
data:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_DB: nextcloud
|
||||
Reference in New Issue
Block a user