Add chart flowise/6.0.0
This commit is contained in:
@@ -14,9 +14,9 @@ app.kubernetes.io/component: tests
|
||||
{{- end -}}
|
||||
|
||||
{{/*
|
||||
Common labels
|
||||
Labels
|
||||
*/}}
|
||||
{{- define "flowise.tests.labels" -}}
|
||||
{{ include "flowise.labels" . }}
|
||||
{{ include "flowise.commonLabels" . }}
|
||||
{{ include "flowise.tests.componentLabels" . }}
|
||||
{{- end -}}
|
||||
|
||||
@@ -2,6 +2,7 @@ apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "flowise.tests.fullname" . }}
|
||||
namespace: {{ include "common.names.namespace" . | quote }}
|
||||
labels:
|
||||
{{- include "flowise.tests.labels" . | nindent 4 }}
|
||||
{{- if .Values.commonLabels }}
|
||||
|
||||
@@ -2,6 +2,7 @@ apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: {{ include "flowise.tests.fullname" . }}
|
||||
namespace: {{ include "common.names.namespace" . | quote }}
|
||||
labels:
|
||||
{{- include "flowise.tests.labels" . | nindent 4 }}
|
||||
{{- if .Values.commonLabels }}
|
||||
|
||||
Reference in New Issue
Block a user