TIBCO BusinessEvents (BE)- How to define a grouped global variable (GV) in Kubernetes yaml file

TIBCO BusinessEvents (BE)- How to define a grouped global variable (GV) in Kubernetes yaml file

book

Article ID: KB0074302

calendar_today

Updated On:

Products Versions
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). 

Environment

Kubernetes

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