You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2020/04/02 19:32:54 UTC

[openwhisk-deploy-kube] 02/04: update for AWS SSL support

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-deploy-kube.git

commit 2c6bd31888e10c60858e4c861a07b013a5b30045
Author: Tom Barber <to...@spicule.co.uk>
AuthorDate: Tue Mar 17 21:41:17 2020 +0000

    update for AWS SSL support
---
 helm/openwhisk/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@ whisk:
   # 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"