Skip to content
Snippets Groups Projects
Verified Commit b05d6d03 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(nextcloud): Drop accidentally committed file

parent 4354c8cd
No related branches found
Tags rabbitmq-0.4.27
No related merge requests found
Pipeline #18591 passed
......@@ -17,7 +17,7 @@ maintainers:
url: https://shivering-isles.com
version: 3.4.4
version: 3.4.5
# renovate: image=docker.io/library/nextcloud
appVersion: "27.1.3"
......
{{- if not .Values.nextcloud.existingSecret.enabled }}
apiVersion: v1
kind: Secret
metadata:
name: {{ template "nextcloud.fullname" . }}
labels:
app.kubernetes.io/name: {{ include "nextcloud.name" . }}
helm.sh/chart: {{ include "nextcloud.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
type: Opaque
stringData:
{{- if .Values.phpClientHttpsFix.enabled }}
OVERWRITEPROTOCOL: {{ .Values.phpClientHttpsFix.protocol | quote }}
{{- end }}
NEXTCLOUD_TRUSTED_DOMAINS: {{ .Values.nextcloud.host }}
{{- if ne (int .Values.nextcloud.update) 0 }}
NEXTCLOUD_UPDATE: {{ .Values.nextcloud.update | quote }}
{{- end }}
NEXTCLOUD_DATA_DIR: {{ .Values.nextcloud.datadir | quote }}
\ No newline at end of file
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