-
Would it be possible to generate a random string using template functions? So far I didn't find any helper, but I've thought that maybe calling a shell function would do the trick.
But |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
The function you’re looking for is |
Beta Was this translation helpful? Give feedback.
-
https://masterminds.github.io/sprig/strings.html#randalphanum-randalpha-randnumeric-and-randascii
https://masterminds.github.io/sprig/crypto.html#randbytes
https://masterminds.github.io/sprig/uuid.html#uuid-functions
|
Beta Was this translation helpful? Give feedback.
https://masterminds.github.io/sprig/strings.html#randalphanum-randalpha-randnumeric-and-randascii
https://masterminds.github.io/sprig/crypto.html#randbytes