Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
[elasticsearch] remove unused default value
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlrt committed Oct 18, 2019
1 parent 340868c commit cb521b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticsearch/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
selector:
matchLabels:
app: "{{ template "uname" . }}"
replicas: {{ default .Values.replicas }}
replicas: {{ .Values.replicas }}
podManagementPolicy: {{ .Values.podManagementPolicy }}
updateStrategy:
type: {{ .Values.updateStrategy }}
Expand Down

0 comments on commit cb521b4

Please sign in to comment.