Skip to content

Commit aa2a15c

Browse files
fix docs
1 parent a40b4ee commit aa2a15c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/commands/create-preview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ previewConfig:
4848
route:
4949
host:
5050
# Your router host
51-
# {SHA256_8CHAR_BRANCH_HASH} gets replaced by a shortened hash of your feature branch name
51+
# {SHA256_8CHAR_BRANCH_HASH} gets replaced by a shortened hash of your preview_id
5252
template: app.xy-{SHA256_8CHAR_BRANCH_HASH}.example.tld
5353
replace:
5454
# Paths that should be replaced in the `values.yaml`
5555
- path: image.tag
56-
variable: GIT_COMMIT # this is the latest git hash of the pull request branch
56+
variable: GIT_COMMIT # this is the git hash of your app repo
5757
- path: route.host
5858
variable: ROUTE_HOST # this is the resolved host.template from above
5959
```

0 commit comments

Comments
 (0)