fix: error on yaml indentation
This commit is contained in:
parent
1eb12a1b5d
commit
6ad2ad1bd1
@ -105,11 +105,11 @@ spec:
|
||||
- name: ENCRYPTION_SECRET
|
||||
value: "{{ .Values.encryption }}"
|
||||
- name: NEXTAUTH_URL
|
||||
value: "https://{{ .Values.ingress.entrypoint.builder.name }}"
|
||||
value: "https://{{ .Values.ingress.entrypoint.builder.domain }}"
|
||||
- name: NEXT_PUBLIC_VIEWER_URL
|
||||
value: "https://{{ .Values.ingress.entrypoint.viewer.name }}"
|
||||
value: "https://{{ .Values.ingress.entrypoint.viewer.domain }}"
|
||||
- name: DEFAULT_WORKSPACE_PLAN
|
||||
value: "{{ .Values.configuration.plan }}""
|
||||
value: "{{ .Values.configuration.plan }}"
|
||||
- name: ADMIN_EMAIL
|
||||
value: "{{ .Values.email }}"
|
||||
{{- if .Values.redis.enabled }}
|
||||
|
@ -45,7 +45,7 @@ configuration:
|
||||
debug: "false"
|
||||
uploadmaxsize: "10000000"
|
||||
chatAPItimeout: "30000"
|
||||
plan: "FREE"
|
||||
plan: "UNLIMITED"
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user