Skip to content

Commit 68347a9

Browse files
devanshuVmware100mik
authored andcommitted
Fix Issue#1604: Incorrect URL for kapp controller install instruction
Signed-off-by: Devanshu <[email protected]>
1 parent 8a9b3f7 commit 68347a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-process.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,12 @@ jobs:
155155
kapp-controller can be installed by using kapp
156156
157157
\`\`\`shell
158-
kapp deploy -a kc -f https://github.com/carvel-dev/kapp-controller/releases/$RELEASE_TAG/download/release.yml
158+
kapp deploy -a kc -f https://github.com/carvel-dev/kapp-controller/releases/download/$RELEASE_TAG/release.yml
159159
\`\`\`
160160
161161
or by using kubectl
162162
\`\`\`shell
163-
kubectl deploy -f https://github.com/carvel-dev/kapp-controller/releases/$RELEASE_TAG/download/release.yml
163+
kubectl deploy -f https://github.com/carvel-dev/kapp-controller/releases/download/$RELEASE_TAG/release.yml
164164
\`\`\`
165165
166166
### Container Images

0 commit comments

Comments
 (0)