Skip to content

Commit 8d496f4

Browse files
committed
[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
1 parent 49882e7 commit 8d496f4

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

ironic/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,11 @@ secrets:
441441
ironic: ironic-rabbitmq-user
442442
oci_image_registry:
443443
ironic: ironic-oci-image-registry
444+
tls:
445+
baremetal:
446+
api:
447+
public: ironic-tls-public
448+
internal: ironic-tls-api
444449

445450
# typically overridden by environmental
446451
# values, but should include all endpoints
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
ironic:
3+
- |
4+
Add default TLS secret names like the other charts have.
5+
...

0 commit comments

Comments
 (0)