Hugo Fonseca

Results 6 issues of Hugo Fonseca

I've tried this with gitlab and I see no output 😿 is it supposed to work ?

It would be awesome if I could sort by fields like this 👇 ![image](https://user-images.githubusercontent.com/1098293/82145026-c1ccaf80-983f-11ea-8861-e6e2a8c3baba.png)

enhancement
help-wanted

I would like to be able to customize the image pull secret. This would allow me to use custom made or private images

*Issue #, if available:* N/A *Description of changes:* This PR adds support for the LogGroupClass feature, which allows users to specify the storage class (STANDARD or INFREQUENT_ACCESS) for their CloudWatch...

Redis cluster nodes were announcing themselves with short hostnames (e.g., `my-redis-leader-0`) instead of FQDNs, preventing proper cluster communication. Changed `POD_HOSTNAME=$(hostname)` to `POD_HOSTNAME=$(hostname -f)` in the Redis entrypoint script to use...