sprig icon indicating copy to clipboard operation
sprig copied to clipboard

feature: randHex

Open consideRatio opened this issue 4 years ago • 0 comments

As ConfigMaps etc doesn't handle bytes well and some software having support for parsing hexadecimal characters into their wanted bytes configuration, it can be useful to have a randHex function that can be used to autogenerate such passwords.

I've created a workaround randHex named template for use in the Helm chart I maintain:

https://gist.github.com/consideRatio/1c42cc9f07a7545cb81ec98219629f15

consideRatio avatar Jan 26 '21 14:01 consideRatio