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

Commit

Permalink
Merge pull request #337 from jmlrt/es-unused-default-value
Browse files Browse the repository at this point in the history
[elasticsearch] remove unused default value
  • Loading branch information
jmlrt authored Oct 18, 2019
2 parents bbf53b3 + cb521b4 commit 88b12d3
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 88b12d3

Please sign in to comment.