fix configMap kind
This commit is contained in:
@ -1,11 +1,10 @@
|
|||||||
{{- if not .Values.existingSecret }}
|
{{- if not .Values.existingSecret }}
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Secret
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "n8n.fullname" . }}
|
name: {{ include "n8n.fullname" . }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "n8n.labels" . | nindent 4 }}
|
{{- include "n8n.labels" . | nindent 4 }}
|
||||||
type: Opaque
|
|
||||||
data:
|
data:
|
||||||
NODE_ENV: {{ .Values.config.node_env | quote }}
|
NODE_ENV: {{ .Values.config.node_env | quote }}
|
||||||
WEBHOOK_URL: {{ .Values.config.webhook_url | quote }}
|
WEBHOOK_URL: {{ .Values.config.webhook_url | quote }}
|
||||||
|
Reference in New Issue
Block a user