Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions apps/n8n/helmfile.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ releases:
license:
enabled: true
activationKey: "{{ .Values.license_activation_key }}"
config:
extraEnv:
- name: N8N_EDITOR_BASE_URL
value: "https://n8n.{{ .Values.primary_domain }}"

persistence:
enabled: true
size: 5Gi
Expand Down
Loading