We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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: ****
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
To:
Note: Please use actual ENV vars for the components. These are not the actual env var names and value.
The text was updated successfully, but these errors were encountered: