Explorar o código

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

xwang2713 %!s(int64=4) %!d(string=hai) anos
pai
achega
11fb97917c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"