mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Update docs/guides-templating.md
Co-authored-by: Gustavo Fernandes de Carvalho <gusfcarvalho@gmail.com>
This commit is contained in:
parent
fe26e0eaef
commit
c7a6279f49
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ spec:
|
|||
|
||||
##### Functions removed/replaced
|
||||
|
||||
* `base64encode` was renamed to `b64dec`.
|
||||
* `base64encode` was renamed to `b64enc`.
|
||||
* `base64decode` was renamed to `b64dec`. Any errors that occurr during decoding are silenced.
|
||||
* `fromJSON` was renamed to `fromJson`. Any errors that occurr during unmarshalling are silenced.
|
||||
* `toJSON` was renamed to `toJson`. Any errors that occurr during marshalling are silenced.
|
||||
|
|
Loading…
Reference in a new issue