Files
openstack-helm/releasenotes/notes/elasticseach-625bc83028513f08.yaml
Vladimir Kozhukalov 79caae7792 Fix logging job
* Update elasticsearch and configure RBAC for
  create-elasticsearch-templates and verify-repositories
  service accounts.

* Update the airshipit/kubernetes-entrypoint:latest-ubuntu_jammy
  image so it is possible to track cluster scoped custom
  resources.

Depends-On: I115141ebe711c6e82de8ec79dc6e0e2c715351b0
Change-Id: I4c0cd283dbe93049f7750958ae77285f284d3279
Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
2025-11-21 20:23:35 -06:00

8 lines
233 B
YAML

---
elasticsearch:
- |
Properly configure RBAC for create-elasticsearch-templates
and verify-repositories service accounts. This ensures they have
the necessary permissions to access ObjectBucket cluster resources.
...