Skip to content

Commit 88acb04

Browse files
committed
use pdb value for thingssearch instead of things
1 parent b35d77e commit 88acb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/helm/ditto/templates/thingssearch-pdb.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ spec:
2222
matchLabels:
2323
app.kubernetes.io/name: {{ include "ditto.name" . }}-thingssearch
2424
app.kubernetes.io/instance: {{ .Release.Name }}
25-
minAvailable: {{ .Values.things.podDisruptionBudget.minAvailable }}
25+
minAvailable: {{ .Values.thingsSearch.podDisruptionBudget.minAvailable }}
2626
{{- end }}

0 commit comments

Comments
 (0)