diff --git a/templates/config.yaml b/templates/config.yaml index c51953f..d83299a 100644 --- a/templates/config.yaml +++ b/templates/config.yaml @@ -1,11 +1,10 @@ {{- if not .Values.existingSecret }} apiVersion: v1 -kind: Secret +kind: ConfigMap metadata: name: {{ include "n8n.fullname" . }} labels: {{- include "n8n.labels" . | nindent 4 }} -type: Opaque data: NODE_ENV: {{ .Values.config.node_env | quote }} WEBHOOK_URL: {{ .Values.config.webhook_url | quote }}