jeremie-H opened a new issue #1664:
URL: https://github.com/apache/camel-k/issues/1664


   Hello,
   
   I try to install camel-K with helm on a gke environment. I've followed this 
current guide : https://hub.helm.sh/charts/camel-k/camel-k
   
   First step : 
   ```
   helm repo add camel-k https://apache.github.io/camel-k/charts
   ```
   
   then i 've tried
   ```
   helm install \
     --generate-name \
     --set platform.cluster=Kubernetes \
     camel-k/camel-k
   ```
   but i've got the following error :
   ```
   Error: template: camel-k/templates/NOTES.txt:4:7: executing 
"camel-k/templates/NOTES.txt" at <(not .Values.platform.cluster) or 
(.Values.platform.cluster ne "OpenShift")>: can't give argument to non-function 
not .Values.platform.cluster
   ```
   i would be grateful if you could find a solution or a workaround :kissing: 


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to