File tree Expand file tree Collapse file tree
kubedbcom-milvus-editor-options/templates
kubedbcom-qdrant-editor-options/templates
kubedbcom-weaviate-editor-options/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {{- if .Values.spec.admin.expose.enable.default }}
2+ apiVersion : catalog.appscode.com/v1alpha1
3+ kind : MilvusBinding
4+ metadata :
5+ name : {{ include "kubedbcom-milvus-editor-options.fullname" . }}
6+ namespace : {{ .Release.Namespace }}
7+ labels :
8+ {{- include "kubedbcom-milvus-editor-options.labels" . | nindent 4 }}
9+ spec :
10+ sourceRef :
11+ name : {{ include "kubedbcom-milvus-editor-options.fullname" . }}
12+ namespace : {{ .Release.Namespace }}
13+ uiExposure :
14+ disableUI : {{ .Values.spec.admin.expose.uiExposure.disableUI }}
15+ disableCostEfficiency : {{ .Values.spec.admin.expose.uiExposure.disableCostEfficiency }}
16+ {{- end }}
Original file line number Diff line number Diff line change 1+ {{- if .Values.spec.admin.expose.enable.default }}
2+ apiVersion : catalog.appscode.com/v1alpha1
3+ kind : QdrantBinding
4+ metadata :
5+ name : {{ include "kubedbcom-qdrant-editor.fullname" . }}
6+ namespace : {{ .Release.Namespace }}
7+ labels :
8+ {{- include "kubedbcom-qdrant-editor.labels" . | nindent 4 }}
9+ spec :
10+ sourceRef :
11+ name : {{ include "kubedbcom-qdrant-editor.fullname" . }}
12+ namespace : {{ .Release.Namespace }}
13+ uiExposure :
14+ disableUI : {{ .Values.spec.admin.expose.uiExposure.disableUI }}
15+ disableCostEfficiency : {{ .Values.spec.admin.expose.uiExposure.disableCostEfficiency }}
16+ {{- end }}
Original file line number Diff line number Diff line change 1+ {{- if .Values.spec.admin.expose.enable.default }}
2+ apiVersion : catalog.appscode.com/v1alpha1
3+ kind : WeaviateBinding
4+ metadata :
5+ name : {{ include "kubedbcom-weaviate-editor-options.fullname" . }}
6+ namespace : {{ .Release.Namespace }}
7+ labels :
8+ {{- include "kubedbcom-weaviate-editor-options.labels" . | nindent 4 }}
9+ spec :
10+ sourceRef :
11+ name : {{ include "kubedbcom-weaviate-editor-options.fullname" . }}
12+ namespace : {{ .Release.Namespace }}
13+ uiExposure :
14+ disableUI : {{ .Values.spec.admin.expose.uiExposure.disableUI }}
15+ disableCostEfficiency : {{ .Values.spec.admin.expose.uiExposure.disableCostEfficiency }}
16+ {{- end }}
You can’t perform that action at this time.
0 commit comments