diff options
author | makefunstuff <[email protected]> | 2024-06-29 18:56:17 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 18:56:17 +0200 |
commit | d76ba665074a5b7c5540d5cd0f707de89e53719e (patch) | |
tree | f9f9bab280c83119b23b5fcadc827bcdfe3dfd4d /tools/eck-operator/templates | |
parent | 95e8b10a4e00610424c041a98063b8ae07dd83b4 (diff) | |
download | k3s-lab-d76ba665074a5b7c5540d5cd0f707de89e53719e.tar.gz |
no such option to disable ssl need to tinker more
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 e09c344..50db0ca 100644 --- a/tools/eck-operator/templates/elasticsearch.yaml +++ b/tools/eck-operator/templates/elasticsearch.yaml @@ -9,4 +9,3 @@ spec: count: 1 config: node.store.allow_mmap: false - node.tls.enabled: false |