TIBCO BusinessEvents (BE)- How to define a grouped global variable (GV) in Kubernetes yaml file
book
Article ID: KB0074302
calendar_today
Updated On:
TIBCO BusinessEvents Enterprise Edition
|
5.6.1/6.0.0
|
Description
An error reported when try to deploy a yaml file with an environment variable that includes "/" in the name (not allowed).
Resolution
Update the GV URL and replace character "/" with "_gv_".
The startup script converts "_gv_" back to "/" before start the BE agent.
e.g.
GV: EMS/JNDIUrl
Kubernete - yaml file:
...
env:
- name: "EMS_gv_JNDIUrl"
value: "tibjmsnaming://EMS01:7222"
...
Issue/Introduction
TIBCO BusinessEvents (BE)- How to define a grouped global variable (GV) in Kubernetes yaml file
Feedback
thumb_up
Yes
thumb_down
No