marzelwidmer edited a comment on issue #1664:
URL: https://github.com/apache/camel-k/issues/1664#issuecomment-695216884
Same issue on minikube :
```
minikube version: v1.13.0
```
kubernetes version :
```
Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.2",
GitCommit:"f5743093fd1c663cb0cbc89748f730662345d44d", GitTreeState:"clean",
BuildDate:"2020-09-16T21:51:49Z", GoVersion:"go1.15.2", Compiler:"gc",
Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.0",
GitCommit:"e19964183377d0ec2052d1f1fa930c4d7575bd50", GitTreeState:"clean",
BuildDate:"2020-08-26T14:23:04Z", GoVersion:"go1.15", Compiler:"gc",
Platform:"linux/amd64"}
```
And on `OKD 3.11`
```
helm install \
--generate-name \
--set platform.cluster=OpenShift \
camel-k/camel-k
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.cluste
```
My workaround was installed with `KAMEL CLI`
```
kamel install
Camel K installed in namespace dev
```
----------------------------------------------------------------
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]