We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35d77e commit 88acb04Copy full SHA for 88acb04
deployment/helm/ditto/templates/thingssearch-pdb.yaml
@@ -22,5 +22,5 @@ spec:
22
matchLabels:
23
app.kubernetes.io/name: {{ include "ditto.name" . }}-thingssearch
24
app.kubernetes.io/instance: {{ .Release.Name }}
25
- minAvailable: {{ .Values.things.podDisruptionBudget.minAvailable }}
+ minAvailable: {{ .Values.thingsSearch.podDisruptionBudget.minAvailable }}
26
{{- end }}
0 commit comments