fix: error on yaml indentation

This commit is contained in:
NicolasHorde 2025-03-24 20:59:13 +01:00
parent 1eb12a1b5d
commit 6ad2ad1bd1
2 changed files with 4 additions and 4 deletions

View File

@ -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 }}

View File

@ -45,7 +45,7 @@ configuration:
debug: "false"
uploadmaxsize: "10000000"
chatAPItimeout: "30000"
plan: "FREE"
plan: "UNLIMITED"
ingress:
enabled: true