Browse Source

HPCC-25873 fix security group variable name in efs install script

xwang2713 4 years ago
parent
commit
11fb97917c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      helm/examples/efs/install-efs-provisioner.sh

+ 1 - 1
helm/examples/efs/install-efs-provisioner.sh

@@ -11,7 +11,7 @@ install_efs_provisioner()
 
   # Get EKS security group
   which aws > /dev/null
-  if [[ $? -eq 0 ]] && [[ -n "$EKS_NAME" ]] && [[ -n "$EFS_SCURITY_GROUPS" ]]
+  if [[ $? -eq 0 ]] && [[ -n "$EKS_NAME" ]] && [[ -n "$EFS_SECURITY_GROUPS" ]]
   then
     echo "aws eks describe-cluster "
     echo "  --name $EKS_NAME"