[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:
@@ -441,6 +441,11 @@ secrets:
|
|||||||
ironic: ironic-rabbitmq-user
|
ironic: ironic-rabbitmq-user
|
||||||
oci_image_registry:
|
oci_image_registry:
|
||||||
ironic: ironic-oci-image-registry
|
ironic: ironic-oci-image-registry
|
||||||
|
tls:
|
||||||
|
baremetal:
|
||||||
|
api:
|
||||||
|
public: ironic-tls-public
|
||||||
|
internal: ironic-tls-api
|
||||||
|
|
||||||
# typically overridden by environmental
|
# typically overridden by environmental
|
||||||
# values, but should include all endpoints
|
# values, but should include all endpoints
|
||||||
|
5
releasenotes/notes/ironic-4963b8bfe3c212d0.yaml
Normal file
5
releasenotes/notes/ironic-4963b8bfe3c212d0.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
ironic:
|
||||||
|
- |
|
||||||
|
Add default TLS secret names like the other charts have.
|
||||||
|
...
|
Reference in New Issue
Block a user