Redeploy chart does not update addressSettings #1104
Unanswered
lnthai2002
asked this question in
Q&A
Replies: 2 comments 4 replies
-
the chart yaml supports a subset of address settings, all of the address settings are supported using brokerProperties |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the answer. I understand that some address settings must be configured in the brokerProperties section but my question is why the broker does not see the new addressSetting block that I just added for a new address pattern. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using artemis operator 1.2.1 which deploy artemis broker 2.33. I have a helm chart containing the definition of ActiveMQArtemis kind with all the follwing address settings:
After I deployed my chart, I used management API (https://activemq.apache.org/components/artemis/documentation/javadocs/javadoc-latest/org/apache/activemq/artemis/api/core/management/ActiveMQServerControl.html#getAddressSettingsAsJSON(java.lang.String)) to get the addressSetting from the running broker and it matched the settings I provided in the chart. Then I added a new match section to the chart:
and redeployed the chart (undeploy old one and deploy new), however when I got the address settings using management api I didnt see the new addressSetting I just added. Could you please advise ?
Beta Was this translation helpful? Give feedback.
All reactions