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

Commit

Permalink
[elasticsearch] fix a typo in 4e31e0c (#1466)
Browse files Browse the repository at this point in the history
This commit fixes a typo in 4e31e0c.
  • Loading branch information
jmlrt authored Dec 13, 2021
1 parent 4e31e0c commit 84a5c2f
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 @@ -229,7 +229,7 @@ spec:
- bash
- -c
- |
#!set -e
set -e
# Exit if ELASTIC_PASSWORD in unset
if [ -z "${ELASTIC_PASSWORD}" ]; then
Expand Down

0 comments on commit 84a5c2f

Please sign in to comment.