Enrico Candino

Results 68 comments of Enrico Candino

I was having the same issue with godep. I've ended up fixing it like this: ``` go get gopkg.in/russross/blackfriday.v2 cp -R $GOPATH/src/gopkg.in/russross/blackfriday.v2 $GOPATH/src/github.com/russross/blackfriday/v2 ``` 🙁

Pretty old issue but is still this the only way to handle a global flag under different levels of commands/subcommands?

@m5lk3n I've used your fork and it worked, thanks!

With a custom app chart you can define your readiness endpoints. Clsing.

Some more thoughts. About the email in the label fields we are using the "username" with the `created-by` label. I was thinking to add an ID field to the EpinioUser....

Fixing the label issue in a separate PR, since it's a bug that we currently have anyway. Ref: https://github.com/epinio/epinio/issues/1679

Since the Buildpack issue is staling you can still customize the build via `BP_` env vars, with the epinio manifest.

@jimmykarily > - [x] Don't let the epinio server fail on startup when dex is not reachable. Require dex lazily (only when needed). :heavy_check_mark: now there is a lazy initialization...

Closing because it's outdated, but we should investigate a bit more on the mismatching of the appVersion in the minio chart: https://github.com/minio/minio/pull/15255

I guess that this can be closed: - #1571