-
Notifications
You must be signed in to change notification settings - Fork 339
Closed
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
Description
Hi i'm getting the cert missing issue in while installing sigstore/policy-controller, pods are not getting up due to this ca-cert.pem key missing issue.
installation command(disabled tuf to ignore tuf related issues).:
helm install policy-controller -n cosign-system sigstore/policy-controller --set webhook.extraArgs.disable-tuf=true
Error:
{
"level": "error",
"ts": "2025-03-17T10:24:43.777+0530",
"logger": "policy-controller.policy.sigstore.dev",
"caller": "controller/controller.go:566",
"msg": "Reconcile error",
"commit": "4a12093-dirty",
"knative.dev/traceid": "6f1047a2-7636-4593-afba-34ee7774a663",
"knative.dev/key": "policy.sigstore.dev",
"duration": 0.000008288,
"error": "secret \"webhook-certs\" is missing \"ca-cert.pem\" key",
"stacktrace": "knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20230612155445-74c4be5e935e/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20230612155445-74c4be5e935e/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20230612155445-74c4be5e935e/controller/controller.go:491"
}
Metadata
Metadata
Assignees
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.