-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
Labels
kind/enhancementNew feature or requestNew feature or requestpossibly-outdatedFor github issues over a year oldFor github issues over a year old
Description
Describe the use case:
Set license config in global section instead of individual components in values.yaml.
Describe the enhancement/feature:
The possibility to set the license config in the global values.
From:
Operate/Tasklist/Identity/Optimize
operate:
enabled: true
# Env can be used to set extra environment variables in each zeebe broker container
env:
- name: %_ENTERPRISE
value: ****
To:
Note: Please use actual ENV vars for the components. These are not the actual env var names and value.
global:
...
env:
-name: OPERATE_ENTERPRISE
value: ****
-name: TASKLIST_ENTERPRISE
value: ****
-name: IDENTITY_ENTERPRISE
value: ****
-name: OPTIMIZE_ENTERPRISE
value: ****
Metadata
Metadata
Assignees
Labels
kind/enhancementNew feature or requestNew feature or requestpossibly-outdatedFor github issues over a year oldFor github issues over a year old