Hugo Fonseca
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 👇 
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...