Skip to content

Commit

Permalink
docs: add link to sprig website in the template docs site (argoproj#2…
Browse files Browse the repository at this point in the history
…1184)

* add link to sprig website in the template docs site

Signed-off-by: AvivGuiser <[email protected]>

* Update docs/operator-manual/notifications/templates.md

Co-authored-by: Nitish Kumar <[email protected]>
Signed-off-by: AvivGuiser <[email protected]>

---------

Signed-off-by: AvivGuiser <[email protected]>
Co-authored-by: Nitish Kumar <[email protected]>
  • Loading branch information
KyriosGN0 and nitishfy authored Dec 16, 2024
1 parent 433b317 commit 1a69663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/operator-manual/notifications/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ kind: Secret
metadata:
name: argocd-notifications-secret
stringData:
sampleWebhookToken: secret-token
sampleWebhookToken: secret-token
type: Opaque
```

Expand Down Expand Up @@ -112,7 +112,7 @@ You can change the timezone to show in notifications as follows.

## Functions

Templates have access to the set of built-in functions:
Templates have access to the set of built-in functions such as the functions of the [Sprig](https://masterminds.github.io/sprig/) package

```yaml
apiVersion: v1
Expand Down

0 comments on commit 1a69663

Please sign in to comment.