Kaloyan Kotlarski bcdcd7de35 fix: Generate the corresponding RBAC for Octavia health manager
The service account used by the Octavia health manager pod lacks
the proper Role and Role Bindings. These are generated by specifying
the static correct static dependency key when creating the respective
service account.

This commit specifies that the health_manager key must be used so
that proper Role and Role Binding are created.

Change-Id: Ib66fb822edd03c8f67642f4791efb75985d5dc44
2024-01-10 13:52:13 +00:00

18 lines
770 B
YAML

---
octavia:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.2 Added post-install and post-upgrade hook for Jobs
- 0.2.0 Remove support for releases before T
- 0.2.1 Fix dnsPolicy for housekeeping service
- 0.2.2 Update htk requirements repo
- 0.2.3 Allow using log_config_append=null
- 0.2.4 Fix transport_url
- 0.2.5 Migrated PodDisruptionBudget resource to policy/v1 API version
- 0.2.6 Added OCI registry authentication
- 0.2.7 Use HTTP probe instead of TCP probe
- 0.2.8 Define service_type in keystone_authtoken to support application credentials with access rules
- 0.2.9 Use default timeout and retry configs for haproxy_amphora
- 0.2.10 Fix generating health_manager Role and RoleBinding
...