Dan LaMotte
Dan LaMotte
@asteven I really wanted to implement this, but never got the time. At this point, I don't see myself implementing it in the near future unfortunately.
@cwaldren-ld I think you want this? ``` import ( ... ld "github.com/launchdarkly/go-server-sdk/v7" ) ``` ``` var config ld.Config { if conf := flags.options.Config; conf != nil { config = ld.Config{...
Appears fixed by https://github.com/launchdarkly/go-server-sdk/pull/151 (looks like there is another follow-on PR, but best follow those PRs)
Possibly related: - https://github.com/Kong/kubernetes-ingress-controller/issues/773 - https://github.com/Kong/kubernetes-ingress-controller/issues/1025