Skip to content
Snippets Groups Projects
Commit 93152569 authored by Mark's avatar Mark
Browse files

Merge branch 'integration-user-panel' into 444-nextcloud-single-sign-on

parents 7bec8643 d0a4553a
Loading
......@@ -12,14 +12,12 @@ metadata:
{{- end }}
spec:
accessModes:
- readWrtiteOnce
- ReadWriteOnce
resources:
requests:
storage: {{ .Values.userbackend.persistence.size }}
{{- if .Values.userbackend.persistence.storageClass }}
{{- if (eq "-" .Values.userbackend.persistence.storageClass) }}
storageClassName: ""
{{- else }}
{{- if not (eq "-" .Values.userbackend.persistence.storageClass) }}
storageClassName: "{{ .Values.userbackend.persistence.storageClass }}"
{{- end }}
{{- end }}
......
......@@ -51,11 +51,10 @@ userbackend:
# created and used by the userbackend
postgresPassword: "postgres"
persistence:
enabled: false
annotations:
size: 1Gi
storageClass: "-"
# existingClaim:
enabled: true
size: 1Gi
storageClass: "-"
annotations: {}
hydra:
hydra:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment