-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
API Coverage: Missing coverage for EnvFrom #3481
Comments
wanted to work on this one, but isn't this covered in envvars and envpropagation tests? |
I created this issue based on output from our API Coverage Webhook (https://prow.knative.dev/?job=ci-knative-serving-webhook-apicoverage)
Looking at this closer now,
I will update the title and description above, but what I think needs to be done here is:
|
This refactors the current test coverage for projecting CM/S into environment variables to enable us to more easily add a variant covering the `envFrom` style of projection. Fixes: knative#3481
This refactors the current test coverage for projecting CM/S into environment variables to enable us to more easily add a variant covering the `envFrom` style of projection. Fixes: #3481
Moving what's left here to 0.7. I believe the compromise @dgerd and I arrived at was to make these tests set things up outside of the test itself. I'd recommend adding a secret / configmap to |
In what area(s)?
/area API
Describe the feature
This issue is to add end to end test coverage the exercises the EnvFrom path and move the existing EnvPropagation conformance test to e2e tests as it requires the Kubernetes client to run. See comments below for more details.
The text was updated successfully, but these errors were encountered: