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
The Operator doesn't have a way to pass it's version to the components it is managing.
One of these components is Console where we would like to implement feature flags that are only available when the Operator is a specific version+
This also lets us deprecated things in Console when the Operator is a certain version+ if that is ever needed.
I think we need to set values.console.extraEnv['CONTROLLER_VERSION'] = ${CONTROLLER_VERSION} when we generate the helm spec.
values.console.extraEnv['CONTROLLER_VERSION'] = ${CONTROLLER_VERSION}
The text was updated successfully, but these errors were encountered:
We also need to pass the NEXT_PUBLIC_IS_AIRGAPPED flag to console if it is air gapped.
NEXT_PUBLIC_IS_AIRGAPPED
Sorry, something went wrong.
No branches or pull requests
The Operator doesn't have a way to pass it's version to the components it is managing.
One of these components is Console where we would like to implement feature flags that are only available when the Operator is a specific version+
This also lets us deprecated things in Console when the Operator is a certain version+ if that is ever needed.
I think we need to set
values.console.extraEnv['CONTROLLER_VERSION'] = ${CONTROLLER_VERSION}
when we generate the helm spec.The text was updated successfully, but these errors were encountered: