Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENHANCEMENT] Set %_ENTERPRISE for C8 components under Global section #563

Open
renzpatriarca opened this issue Feb 20, 2023 · 0 comments
Open
Labels
kind/enhancement New feature or request

Comments

@renzpatriarca
Copy link

renzpatriarca commented Feb 20, 2023

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: ****
@renzpatriarca renzpatriarca added the kind/enhancement New feature or request label Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant