X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-infra%2F40-Credential%2Fbin%2Finstall;h=9d547d0dc23da5617163b9e42e91cac23c7bb99b;hb=5ae874ed52889b075d3544b6814bcc29a4e07c2c;hp=bae31070ee5771f2a31374832ac114a3c5d51eb1;hpb=112e73d383b26192fea6e320ef3de6ef6bfdca0a;p=it%2Fdep.git diff --git a/ric-infra/40-Credential/bin/install b/ric-infra/40-Credential/bin/install index bae31070..9d547d0d 100755 --- a/ric-infra/40-Credential/bin/install +++ b/ric-infra/40-Credential/bin/install @@ -25,10 +25,10 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" source $DIR/../etc/credential.conf -if [ -z "$RICPLT_RELEASE_NAME" ];then +if [ -z "$RICINFRA_RELEASE_NAME" ];then RELEASE_NAME=$helm_release_name else - RELEASE_NAME=$RICPLT_RELEASE_NAME + RELEASE_NAME=$RICINFRA_RELEASE_NAME fi # Namespace configuration if [ -z "$RICPLT_NAMESPACE" ];then