update for AWS SSL support
diff --git a/helm/openwhisk/values.yaml b/helm/openwhisk/values.yaml
index 5406d8b..ae81ec2 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -48,7 +48,7 @@
   # See the "Configuring OpenWhisk section" of the docs/k8s-*.md that matches
   # your cluster type for details on what values to provide and how to get them.
   ingress:
-    aws: "false"
+    awsSSL: "false"
     apiHostName: ""
     apiHostPort: 31001
     apiHostProto: "https"