fix(mycloud-gotosocial): add instance config options
This commit is contained in:
parent
1fefa2bb82
commit
5f32cad25d
2 changed files with 7 additions and 0 deletions
|
@ -36,6 +36,10 @@ spec:
|
||||||
accounts:
|
accounts:
|
||||||
registrationOpen: false
|
registrationOpen: false
|
||||||
approvalRequired: false
|
approvalRequired: false
|
||||||
|
{{- with .Values.instance }}
|
||||||
|
instance:
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
oidc:
|
oidc:
|
||||||
enabled: true
|
enabled: true
|
||||||
idpName: {{ .Values.commons.theme.title | quote }}
|
idpName: {{ .Values.commons.theme.title | quote }}
|
||||||
|
|
|
@ -121,6 +121,9 @@ auth:
|
||||||
# -- generated by .Values.commons.masterPassword
|
# -- generated by .Values.commons.masterPassword
|
||||||
clientSecret:
|
clientSecret:
|
||||||
|
|
||||||
|
# -- see https://codeberg.org/wrenix/helm-charts/src/branch/main/gotosocial#_values
|
||||||
|
instance: {}
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
# -- default: social.(Values.commons.ingress.domain)
|
# -- default: social.(Values.commons.ingress.domain)
|
||||||
host:
|
host:
|
||||||
|
|
Loading…
Add table
Reference in a new issue