sprig
sprig copied to clipboard
Useful template functions for Go templates.
Hello, Do you plan to add PKCS#8 in Certificates generator? I faced an issue in the helm chart I'm currently doing, and it's relative to an incompatibility in the version...
Crypto functions and random functions are nonhermetic, but are not in the list of nonhermetics. Technically this is a backward breaking change, so we should do this as part of...
Hi, I am trying to use derivePassword in loop but unfortunately counter is defined uint32 so it is hard (I didn't find any way to do it from HELM) to...
During my experiments with OSS project helm chart development, I faced with a problem of rending a string (`:,:` as env var). So, i ended up having a template that...
**randAlphaNum and randAscii** functions can be very helpful to generate random strings. You can choose the length of the string and the kind of characters to use but you can't...
Could a new param be added to support this? For context, I tried to use `genSelfSignedCert` to generate keys for Kafka and was unable to load them because Kafka requires...
Enable walking on file system with sprig using os.readDir
Changes: - **[docs/mathf.md]** - Changes `addf` to `mulf` in its section; - Changes `min` to `minf`.
Resolves https://github.com/Masterminds/sprig/issues/340. **Note**: In its current form, this PR breaks current behavior by **requiring** a new argument for cryptographic functions. How would Sprig maintainers prefer this be adjusted, if at...