fix(mycloud-nextcloud): use my main
This commit is contained in:
parent
f4bdeaadbb
commit
1af602582c
2 changed files with 4 additions and 1 deletions
|
@ -201,6 +201,9 @@ spec:
|
||||||
flavor: fpm
|
flavor: fpm
|
||||||
nginx:
|
nginx:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
config:
|
||||||
|
header:
|
||||||
|
hsts: "max-age=15768000; includeSubDomains; preload;"
|
||||||
|
|
||||||
imaginary:
|
imaginary:
|
||||||
enabled: {{ toYaml .Values.imaginary.enabled }}
|
enabled: {{ toYaml .Values.imaginary.enabled }}
|
||||||
|
|
|
@ -114,7 +114,7 @@ chart:
|
||||||
url: https://github.com/wrenix/nextcloud-helm.git
|
url: https://github.com/wrenix/nextcloud-helm.git
|
||||||
# -- for default set: null
|
# -- for default set: null
|
||||||
ref:
|
ref:
|
||||||
branch: feat/imaginary
|
branch: main
|
||||||
|
|
||||||
# -- generated by .Values.commons.masterPassword
|
# -- generated by .Values.commons.masterPassword
|
||||||
adminPassword:
|
adminPassword:
|
||||||
|
|
Loading…
Add table
Reference in a new issue