-
Notifications
You must be signed in to change notification settings - Fork 24
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
k8s scan compare results #1867
Comments
some assets are missing platform ids edit -i should have mentioned - this test was against minikube |
I couldn't really pin this down to a query. I get a panic, because the cluster doesn't have certificates:
One level higher all is fine:
|
I can reproduce it with a single run against a cluster where Ingress objects are present, but they do not have a tls entry:
|
In contrast the v8 output:
|
|
It's getting wired. In a cluster with an ingress including a tls section, I get a panic:
|
I assume we are missing a provider to create the certificate resource. The resource is not part of the k8s provider, but we didn't create one, so the lookup fails, when we try to create it. |
Fixes #1867 Signed-off-by: Christian Zunker <[email protected]>
* 🐛 Fix k8s.ingress certificates Fixes #1867 Signed-off-by: Christian Zunker <[email protected]>
The text was updated successfully, but these errors were encountered: