We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40b4ee commit aa2a15cCopy full SHA for aa2a15c
1 file changed
docs/commands/create-preview.md
@@ -48,12 +48,12 @@ previewConfig:
48
route:
49
host:
50
# Your router host
51
- # {SHA256_8CHAR_BRANCH_HASH} gets replaced by a shortened hash of your feature branch name
+ # {SHA256_8CHAR_BRANCH_HASH} gets replaced by a shortened hash of your preview_id
52
template: app.xy-{SHA256_8CHAR_BRANCH_HASH}.example.tld
53
replace:
54
# Paths that should be replaced in the `values.yaml`
55
- path: image.tag
56
- variable: GIT_COMMIT # this is the latest git hash of the pull request branch
+ variable: GIT_COMMIT # this is the git hash of your app repo
57
- path: route.host
58
variable: ROUTE_HOST # this is the resolved host.template from above
59
```
0 commit comments