ivan derbenev

Results 4 issues of ivan derbenev

**Is your feature request related to a problem? Please describe.** Let's imagine we have a service which requires values to be passed with go templates in strings. Examples are: consul,...

feature_request

Hello! i tried this util and it's great for coloring tail output, the exact one i was looking for! The only issue i found is that it can't handle plain-text...

Current 'restricted' kubernetes pod policy standarts (https://kubernetes.io/docs/concepts/security/pod-security-standards/) require the following to be set up: ``` spec: template: spec: securityContext: runAsNonRoot: true seccompProfile: type: RuntimeDefault ``` Current helm chart contains setting...

Hi all! Thanks for a great chart, but it lacks some functionality. In our environment we needed to use a ldap auth, so i've added this to a chart, and...