mirror of
https://github.com/helm/charts.git
synced 2026-08-21 21:38:03 +00:00
Refactor custom CLI commands into their own files so they can also be run separately with jboss-cli.sh for easier testing. Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
4 lines
305 B
Plaintext
4 lines
305 B
Plaintext
## Sets the node identifier to the node name (= pod name). Node identifiers have to be unique. They can have a
|
|
## maximum length of 23 characters. Thus, the chart's fullname template truncates its length accordingly.
|
|
/subsystem=transactions:write-attribute(name=node-identifier, value=${jboss.node.name})
|