Skip to content

Commit

Permalink
Mention ytt, templating support in kapp FAQ
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Ringer <craig.ringer@enterprisedb.com>
  • Loading branch information
ringerc committed Aug 12, 2024
1 parent 16050a3 commit af2fb9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/content/kapp/docs/develop/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,7 @@ Additional resources: [tty flag in kapp code](https://github.com/carvel-dev/kapp
## How can I get kapp to skip waiting on some resources?

kapp allows to control waiting behavior per resource via [resource annotations](apply-waiting.md#controlling-waiting-via-resource-annotations). When used, the resource will be applied to the cluster, but will not wait to reconcile.
---
## Does kapp support templating or variable substitution?

No, `kapp` has no built-in support for templating, substitutions, or other manifest transformations. Use a manifest generation and templating tool like [`ytt`](https://carvel.dev/ytt/) or [`kustomize`](https://kustomize.io/) to provide input into `kapp`.

0 comments on commit af2fb9b

Please sign in to comment.