Files
deprecated-helm-charts/stable/keycloak/scripts/node-identifier.cli
T
Reinhard NägeleandKubernetes Prow Robot bb47f58747 [stable/keycloak] Refactor CLI scripts (#10503)
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>
2019-01-09 08:21:53 -08:00

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})