Skip to content

Commit

Permalink
doc(argocd-app-of-apps): correct fail function usage
Browse files Browse the repository at this point in the history
Signed-off-by: Toni Tauro <[email protected]>
  • Loading branch information
eyenx committed Jul 20, 2023
1 parent f349e87 commit 7f29735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/argocd-app-of-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Once we are ready to fully remove it we replace the components template with a `

```yaml
{{ if .Values.component.enabled }}
{{ fail("component is DEPRECATED, use "improved solution" instead") }}
{{ fail "component is DEPRECATED, use "improved solution" instead" }}
{{ end }}
```

Expand Down

0 comments on commit 7f29735

Please sign in to comment.