We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9b3f7 commit 68347a9Copy full SHA for 68347a9
.github/workflows/release-process.yml
@@ -155,12 +155,12 @@ jobs:
155
kapp-controller can be installed by using kapp
156
157
\`\`\`shell
158
- kapp deploy -a kc -f https://github.com/carvel-dev/kapp-controller/releases/$RELEASE_TAG/download/release.yml
+ kapp deploy -a kc -f https://github.com/carvel-dev/kapp-controller/releases/download/$RELEASE_TAG/release.yml
159
\`\`\`
160
161
or by using kubectl
162
163
- kubectl deploy -f https://github.com/carvel-dev/kapp-controller/releases/$RELEASE_TAG/download/release.yml
+ kubectl deploy -f https://github.com/carvel-dev/kapp-controller/releases/download/$RELEASE_TAG/release.yml
164
165
166
### Container Images
0 commit comments