Add chart flowise/6.0.0
This commit is contained in:
@@ -3,6 +3,7 @@ apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ include "flowise.secretName" . }}
|
||||
namespace: {{ include "common.names.namespace" . | quote }}
|
||||
labels:
|
||||
{{- include "flowise.labels" . | nindent 4 }}
|
||||
{{- if .Values.commonLabels }}
|
||||
@@ -13,7 +14,5 @@ metadata:
|
||||
{{- end }}
|
||||
type: Opaque
|
||||
data:
|
||||
{{- if and .Values.config.username .Values.config.password }}
|
||||
password: {{ .Values.config.password | b64enc | quote }}
|
||||
{{- end }}
|
||||
encryption-key: {{ .Values.config.encryptionKey | b64enc | quote }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user