dgrove-oss commented on issue #443: A tutorial for deploying openwhisk on kube 
without using helm
URL: 
https://github.com/apache/incubator-openwhisk-deploy-kube/issues/443#issuecomment-474107407
 
 
   I think it could work to use `helm template` to render the yaml and then 
`kubectl apply` on the yaml.
   
   Instead of 
   `helm install ./helm/openwhisk --namespace=openwhisk --name=owdev -f 
mycluster.yaml`
   do 
   ```
   helm template ./helm/openwhisk --namespace=openwhisk --name=owdev -f 
mycluster.yaml > tmp.yaml
   kubectl apply -f tmp.yaml
   ```
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to