-
Notifications
You must be signed in to change notification settings - Fork 193
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
helm chart support extraenv #2021
Comments
Is it possible to implement dashboard environment variables?
I think this is a very minor change.
in pkg/reconciler/kubernetes/tektondashboard/transform.go
|
@willzhang Can you please explain about the request here |
Purpose: Install tekton operator through helm in an isolated network environment within the intranet
In order to achieve offline installation, I need to understand and solve two problems:
Perhaps it is more appropriate to extend the TektonConfig CRD to specify the image
How can i let operator to pull image from my local harbor or zot docker registry? |
Feature request
Helm chart values.yaml support extraEnvVars,
I hope install in offline environment, and set image url
Use case
support offline install with helm chart.
The text was updated successfully, but these errors were encountered: