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 5fdd6ae commit cc5f952Copy full SHA for cc5f952
deploy/generate-manifest.sh
@@ -4,6 +4,11 @@ set -o pipefail -o noclobber -o nounset
4
5
die() { echo "$*" 1>&2; exit 1; }
6
7
+echo -e "\n********************************************************************"
8
+echo -e "WARNING: This script is deprecated and may be removed in future."
9
+echo -e "Please use helm for installs, or refer to the docs for alternatives."
10
+echo -e "********************************************************************\n"
11
+
12
[ "$#" -eq 2 ] || die "First argument must be a Linode APIv4 Personal Access Token with all permissions.
13
(https://cloud.linode.com/profile/tokens)
14
0 commit comments