You've already forked DataMate
bugfix: milvus部分组件支持镜像仓库 (#114)
This commit is contained in:
@@ -69,7 +69,7 @@ spec:
|
||||
{{- end }}
|
||||
containers:
|
||||
- name: streamingnode
|
||||
image: "{{ .Values.image.all.repository }}:{{ .Values.image.all.tag }}"
|
||||
image: "{{ .Values.global.imageRegistry }}{{ .Values.image.all.repository }}:{{ .Values.image.all.tag }}"
|
||||
imagePullPolicy: {{ .Values.image.all.pullPolicy }}
|
||||
{{ if and (.Values.containerSecurityContext) (not .Values.streamingNode.containerSecurityContext) }}
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user