You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/10/21 20:42:34 UTC

[GitHub] [openwhisk-deploy-kube] debonzi commented on issue #649: Error on Helm deploy attempt.

debonzi commented on issue #649:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/649#issuecomment-713865682


   Found the issue.
   mycluster.yaml has wrong indentation.
   ```
   invoker:
   containerFactory:
       impl: kubernetes
   
   k8s:
   persistence:
       hasDefaultStorageClass: false
       explicitStorageClass: default
   ```
   must be
   ```
   invoker:
       containerFactory:
           impl: kubernetes
   
   k8s:
       persistence:
           hasDefaultStorageClass: false
           explicitStorageClass: default
   ```
   Sorry for any inconvinience


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org