Skip to content

Commit 1cd3201

Browse files
add documentdb create UI wizard (#1054)
Signed-off-by: Sourav Roy <souravroy@appscode.com>
1 parent 7c18071 commit 1cd3201

4 files changed

Lines changed: 1949 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ spec:
9595
securityContext:
9696
fsGroup: {{ .Values.spec.openshift.securityContext.runAsUser | default 999 }}
9797
containers:
98-
- name: mongodb
98+
- name: documentdb
9999
resources:
100100
{{- toYaml .res | nindent 12 }}
101101
securityContext:
102102
{{- include "container.securityContext" . | nindent 12 }}
103103
initContainers:
104-
- name: mongodb-init
104+
- name: documentdb-init
105105
resources:
106106
{{- toYaml .init_res | nindent 12 }}
107107
securityContext:

0 commit comments

Comments
 (0)