You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After go-config v0.7.0, our operator breaks on startup citing that there is no provider configured.
How to Reproduce
Update the following constraint in Gopkg.toml from 0.7.0 to any later release:
[[constraint]]
name = "github.com/micro/go-config"
version = "0.7.0"
Install dependencies and start operator:
dep ensure
operator-sdk up local
Expected result
Operator starts successfully
Actual Result
panic: There was a problem detecting which provider to configure.
Provider kind `` is invalid.
{"provider":{"kind":""},"general":{"annotations":{"status":"","status-reason":"","expiry":"","format":""}}}
goroutine 1 [running]:
github.com/redhat-cop/cert-operator/pkg/stub.NewHandler(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/esauer/go/src/github.com/redhat-cop/cert-operator/pkg/stub/handler.go:32 +0x30e
main.main()
/home/esauer/go/src/github.com/redhat-cop/cert-operator/cmd/cert-operator/main.go:33 +0x177
exit status 2
Error: failed to run operator locally: exit status 1
The text was updated successfully, but these errors were encountered:
Description of Issue
After go-config v0.7.0, our operator breaks on startup citing that there is no provider configured.
How to Reproduce
Update the following constraint in
Gopkg.toml
from0.7.0
to any later release:Install dependencies and start operator:
Expected result
Operator starts successfully
Actual Result
The text was updated successfully, but these errors were encountered: