Skip to content

Commit

Permalink
fix missing mustaches
Browse files Browse the repository at this point in the history
  • Loading branch information
joejulian committed Dec 1, 2022
1 parent 7285f5a commit 2c6e5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/redpanda/templates/poddisruptionbudget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ spec:
app.kubernetes.io/instance: {{ .Release.Name | quote }}
maxUnavailable: {{ .Values.statefulset.budget.maxUnavailable | int64 }}
{{- else if (not .Values.ephemeralUsage.enabled) }}
fail "You must use Kubernetes 1.21+ for a production cluster. If you're not using this in production and you know why doing this is a bad idea, you can set 'ephemeralUsage.enabled=false' to continue."
{{- fail "You must use Kubernetes 1.21+ for a production cluster. If you're not using this in production and you know why doing this is a bad idea, you can set 'ephemeralUsage.enabled=false' to continue." }}
{{- end }}

0 comments on commit 2c6e5b2

Please sign in to comment.