fix(nextcloud): bypass hpb domain check (#3093)

This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-07 18:28:42 +02:00
committed by GitHub
parent 615eb94713
commit eb11ea64ce
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
type: application
version: 15.1.1
version: 15.1.2
annotations:
truecharts.org/catagories: |
- cloud
+6
View File
@@ -48,6 +48,12 @@ service:
port: 9090
targetPort: 9090
hostAliases:
- ip: "127.0.0.1"
hostnames:
- "test.fakedomain.dns"
- "{{ if .Values.ingress.main.enabled }}{{ with (first .Values.ingress.main.hosts) }}{{ .host }}{{ end }}{{ else }}placeholder.fakedomain.dns{{ end }}"
secretEnv:
NEXTCLOUD_ADMIN_USER: "admin"
NEXTCLOUD_ADMIN_PASSWORD: "adminpass"