File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 {{- .Values.parseable.highAvailability.ingestor.labels | toYaml | nindent 8 }}
3333 {{- include "parseable.ingestorLabelsSelector" . | nindent 8 }}
3434 spec :
35- terminationGracePeriodSeconds : 10
35+ terminationGracePeriodSeconds : 10
3636 serviceAccountName : {{ include "parseable.serviceAccountName" . }}
3737 containers :
3838 - name : {{ .Chart.Name }}
Original file line number Diff line number Diff line change 3535 {{- .Values.parseable.podLabels | toYaml | nindent 8 }}
3636 {{- include "parseable.querierLabelsSelector" . | nindent 8 }}
3737 spec :
38- terminationGracePeriodSeconds : 10
38+ terminationGracePeriodSeconds : 10
3939 serviceAccountName : {{ include "parseable.serviceAccountName" . }}
4040 containers :
4141 - name : {{ .Chart.Name }}
Original file line number Diff line number Diff line change 4747 - name : {{ $key }}
4848 value : {{ tpl $value $ | quote }}
4949 {{- end }}
50- {{- if .Values.parseable.local }}
50+ {{- if .Values.parseable.localModeSecret }}
5151 {{- range $secret := .Values.parseable.localModeSecret }}
5252 {{- range $key := $secret.keys }}
5353 {{- $envPrefix := $secret.prefix | default "" | upper }}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ parseable:
55 pullPolicy : Always
66 # # object store can be local, s3 or blob.
77 # # local needs to be false if set to object store.
8- store : local
8+ store : local-store
99 # # Set to true if you want to deploy Parseable in a HA mode (multiple ingestors)
1010 # # Please note that highAvailability is not supported in local mode
1111 highAvailability :
You can’t perform that action at this time.
0 commit comments