[ironic]: add default TLS secret names

Other charts have default TLS secret names so add them for Ironic so it
behaves like the other charts do by default.

Change-Id: Iafcbb980dbe2e43acdb6b8b12b40ea3138444c77
This commit is contained in:
Doug Goldstein
2025-06-30 12:28:33 -05:00
parent 49882e7d0d
commit 8d496f49d9
2 changed files with 10 additions and 0 deletions

View File

@@ -441,6 +441,11 @@ secrets:
ironic: ironic-rabbitmq-user
oci_image_registry:
ironic: ironic-oci-image-registry
tls:
baremetal:
api:
public: ironic-tls-public
internal: ironic-tls-api
# typically overridden by environmental
# values, but should include all endpoints

View File

@@ -0,0 +1,5 @@
---
ironic:
- |
Add default TLS secret names like the other charts have.
...