Skip to content

Commit

Permalink
introduce template error on purpose to test PR DONT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
knelasevero committed Aug 9, 2022
1 parent ccfaeb2 commit c132c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/descheduler/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
labels:
{{- include "descheduler.labels" . | nindent 4 }}
spec:
{{- if gt .Values.replicas 1.0}}
{{- if gt .Values.repli 1.0}}
{{- if not .Values.leaderElection.enabled }}
{{- fail "You must set leaderElection to use more than 1 replica"}}
{{- end}}
Expand Down

0 comments on commit c132c92

Please sign in to comment.