-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Fix path to allowedSprigFuncs (#29026)
- Loading branch information
1 parent
71c2121
commit 3c7e6d5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|