Skip to content

Commit

Permalink
docs: Fix path to allowedSprigFuncs (#29026)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-hofmann authored Nov 27, 2024
1 parent 71c2121 commit 3c7e6d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ url: postgresql://v-postgres-user:[email protected]
### Template functions

All template functions are provided by the [sprig](http://masterminds.github.io/sprig) library. Some common functions are mentioned below.
For the complete list of functions see [allowedSprigFuncs](https://github.com/hashicorp/vault-secrets-operator/blob/main/internal/template/funcs.go#L26)
For the complete list of functions see [allowedSprigFuncs](https://github.com/hashicorp/vault-secrets-operator/blob/main/template/funcs.go#L26)

### String functions

Expand Down

0 comments on commit 3c7e6d5

Please sign in to comment.