Skip to content

Commit

Permalink
📝 update filename in rebaseRules docs (#628)
Browse files Browse the repository at this point in the history
TL;DR
=====
- Docs previously referred to `kapp-config.yml`, which doesn't appear
  in the example implementation; amended the example to include
  `kapp-config.yml` (intead of `rules.yml`)

Signed-off-by: conzetti <[email protected]>
  • Loading branch information
conzetti authored Mar 9, 2023
1 parent a982c0e commit 724c627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/kapp/docs/develop/rebase-pvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ rebaseRules:
```

```bash
$ kapp deploy -a test -f config.yml -f rules.yml -c
$ kapp deploy -a test -f config.yml -f kapp-config.yml -c
Target cluster 'https://x.x.x.x' (nodes: gke-dk-jan-9-default-pool-a218b1c9-55sl, 3+)
Expand Down

0 comments on commit 724c627

Please sign in to comment.