Skip to content

Commit 1cc5384

Browse files
fix singlestore standalone coordinator and licenseSecret kind (#1090)
Signed-off-by: Arnob kumar saha <arnob@appscode.com>
1 parent 723c165 commit 1cc5384

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

  • charts/kubedbcom-singlestore-editor-options/templates

charts/kubedbcom-singlestore-editor-options/templates/db.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ spec:
7171
version: {{ .Values.spec.admin.databases.Singlestore.versions.default | quote }}
7272
licenseSecret:
7373
name: {{ .Values.spec.licenseSecret.name }}
74+
kind: Secret
7475
{{- if eq .Values.spec.mode "Topology" }}
7576
topology:
7677
aggregator:
@@ -142,11 +143,6 @@ spec:
142143
- name: singlestore
143144
resources:
144145
{{- toYaml .res | nindent 12 }}
145-
- name: singlestore-coordinator
146-
resources:
147-
{{- toYaml .sidecar_res | nindent 12 }}
148-
securityContext:
149-
{{- include "container.securityContext" . | nindent 12 }}
150146
initContainers:
151147
- name: singlestore-init
152148
resources:

0 commit comments

Comments
 (0)