Skip to content

Commit cc5f952

Browse files
author
Rahul Sharma
committed
add deprecation warning
1 parent 5fdd6ae commit cc5f952

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

deploy/generate-manifest.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ set -o pipefail -o noclobber -o nounset
44

55
die() { echo "$*" 1>&2; exit 1; }
66

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+
712
[ "$#" -eq 2 ] || die "First argument must be a Linode APIv4 Personal Access Token with all permissions.
813
(https://cloud.linode.com/profile/tokens)
914

0 commit comments

Comments
 (0)