Files
openstack-helm/releasenotes/notes/helm-toolkit-a2810391532bd64a.yaml
Vladimir Kozhukalov a7f921d10b [htk] job_ks_user to create multiple users
There could be scenarios when a chart needs to
create multiple service accounts. The PS modifies
the helm-toolkit job-ks-user manifest so it deploys
the job with multiple containers where every container
manages a single service account.

Also modify heat chart to align with the change.

Depends-on: I12eb9341d5ff633ad4435f4938bf8c946ea388ee
Change-Id: Icec59a93082ac213eed0531f129e8c44436e6ccc
2025-05-27 14:32:24 -05:00

6 lines
105 B
YAML

---
helm-toolkit:
- |
Modify job_ks_user template to be able to create multiple Keystone users
...