Skip to content

Commit

Permalink
Merge pull request #363 from marko-bekhta/fix/use-correct-clusterdepr…
Browse files Browse the repository at this point in the history
…ecation_indexingenabled

Disable authentication for the Elasticsearch container
  • Loading branch information
marko-bekhta authored Nov 11, 2024
2 parents 7d9df98 + 1c2e375 commit 5636fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kubernetes/openshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
# Setting this env variable is better than setting plugins.security.disabled
# because this skips installing the plugin altogether (see above)
- name: xpack.security.enabled
value: 'true'
value: 'false'
# Disable disk-based shard allocation thresholds: on large, relatively full disks (>90% used),
# it will lead to index creation to get stuck waiting for other nodes to join the cluster,
# which will never happen since we only have one node.
Expand Down

0 comments on commit 5636fbc

Please sign in to comment.