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 bug If the eventing-webhook deployment is created before the the eventing-webhook-certs secret, the pod will crash with an error such as
secret "eventing-webhook-certs" is missing "ca-cert.pem"
Expected behavior The eventing-webhook-certs secret should be ordered so that it is always created before the eventing-webhook deployment.
To Reproduce Apply the eventing release yaml sufficiently many times to reproduce this error.
Knative release version v0.17.2
The text was updated successfully, but these errors were encountered:
This doesn't appear to be the root cause, see #4165.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
If the eventing-webhook deployment is created before the the eventing-webhook-certs secret, the pod will crash with an error such as
Expected behavior
The eventing-webhook-certs secret should be ordered so that it is always created before the eventing-webhook deployment.
To Reproduce
Apply the eventing release yaml sufficiently many times to reproduce this error.
Knative release version
v0.17.2
The text was updated successfully, but these errors were encountered: