Skip to content

Commit

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

Use correct property name for deprecation indexing
  • Loading branch information
marko-bekhta authored Nov 11, 2024
2 parents e06ab23 + f5df743 commit 7d9df98
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 @@ -112,7 +112,7 @@ spec:
- name: cluster.routing.allocation.disk.threshold_enabled
value: 'false'
# Disable more plugins/features that we do not use:
- name: 'cluster.deprecation_indexing'
- name: 'cluster.deprecation_indexing.enabled'
value: 'false'
- name: 'xpack.profiling.enabled'
value: 'false'
Expand Down

0 comments on commit 7d9df98

Please sign in to comment.