Skip to content

Commit

Permalink
Revert "Manually generate missing Elasticsearch Operator metrics token"
Browse files Browse the repository at this point in the history
  • Loading branch information
DebakelOrakel authored May 2, 2024
1 parent db8eb8f commit 8544feb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 48 deletions.
2 changes: 0 additions & 2 deletions component/elasticsearch.libsonnet
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// main template for openshift4-lokistack
local workaround = import 'es_workaround.libsonnet';
local kap = import 'lib/kapitan.libjsonnet';
local kube = import 'lib/kube.libjsonnet';
local resourceLocker = import 'lib/resource-locker.libjsonnet';
Expand Down Expand Up @@ -126,7 +125,6 @@ if elasticsearch.enabled then
'40_es_machineconfig': machineconfig_journald,
'40_es_netpol': netpol_operator,
[if kibana_host != null then '40_es_kibana_host']: kibana_patchWithAdditionalPermissions,
'40_es_operator_metrics_token': workaround.missing_metrics_token,
}
else
std.trace(
Expand Down
35 changes: 0 additions & 35 deletions component/es_workaround.libsonnet

This file was deleted.

This file was deleted.

0 comments on commit 8544feb

Please sign in to comment.