We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1201992 + b53113b commit 55f10e2Copy full SHA for 55f10e2
.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