We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc34900 commit 22c5c11Copy full SHA for 22c5c11
bin/helm_deploy
@@ -10,7 +10,7 @@
10
11
if [ -z "$1" ] || [ -z "$2" ]
12
then
13
- echo './bin/deploy RELEASE_NAME NAMESPACE'
+ echo './bin/helm_deploy RELEASE_NAME NAMESPACE'
14
exit 1
15
fi
16
release_name="${1}"
0 commit comments