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:
|
||||
registrationOpen: false
|
||||
approvalRequired: false
|
||||
{{- with .Values.instance }}
|
||||
instance:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
oidc:
|
||||
enabled: true
|
||||
idpName: {{ .Values.commons.theme.title | quote }}
|
||||
|
|
|
@ -121,6 +121,9 @@ auth:
|
|||
# -- generated by .Values.commons.masterPassword
|
||||
clientSecret:
|
||||
|
||||
# -- see https://codeberg.org/wrenix/helm-charts/src/branch/main/gotosocial#_values
|
||||
instance: {}
|
||||
|
||||
ingress:
|
||||
# -- default: social.(Values.commons.ingress.domain)
|
||||
host:
|
||||
|
|
Loading…
Add table
Reference in a new issue