diff options
author | makefunstuff <[email protected]> | 2024-06-29 20:56:04 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 20:56:04 +0200 |
commit | 766dc1b0deaf10cd8461e8cb2029eb477be97162 (patch) | |
tree | e2adc0be169a21439e0c9a569d6da40aefc83e7b /tools/eck-operator/templates | |
parent | 7132e9a464ae98df5b017470abb5055a71db1edd (diff) | |
download | k3s-lab-766dc1b0deaf10cd8461e8cb2029eb477be97162.tar.gz |
do not specify
Diffstat (limited to 'tools/eck-operator/templates')
-rw-r--r-- | tools/eck-operator/templates/elasticsearch.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/eck-operator/templates/elasticsearch.yaml b/tools/eck-operator/templates/elasticsearch.yaml index 0a8b30b..d1ed7ef 100644 --- a/tools/eck-operator/templates/elasticsearch.yaml +++ b/tools/eck-operator/templates/elasticsearch.yaml @@ -3,7 +3,6 @@ kind: Elasticsearch metadata: name: log-storage spec: - version: 8.14.1 nodeSets: - name: default count: 1 |