fix: fix diagrid dasboard statestore config
This commit is contained in:
@@ -59,12 +59,18 @@ spec:
|
||||
resources:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.volumeMounts }}
|
||||
volumeMounts:
|
||||
- name: statestore
|
||||
mountPath: /app/components/statestore.yaml
|
||||
subPath: statestore.yaml
|
||||
{{- with .Values.volumeMounts }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.volumes }}
|
||||
volumes:
|
||||
- name: statestore
|
||||
configMap:
|
||||
name: {{ include "diagrid-dashboard.fullname" . }}-statestore
|
||||
{{- with .Values.volumes }}
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with .Values.nodeSelector }}
|
||||
|
||||
Reference in New Issue
Block a user