Siamak Sadeghianfar

Results 16 issues of Siamak Sadeghianfar

### Feature request The `TektonConfig` CR provides a convenient UX for configuring the behaviour of various Tetkon components on the cluster however the UX is inconsistent across various attributes: ```...

kind/feature

https://github.com/tektoncd/pipeline/pull/3081

kind/task
points/8

Check if user is able to create resources and if not, inform user that they can only view objects. Actions that require create privileges should get disabled for the user.

kind/task
points/5

Kubernetes 1.15 introduced [structural OpenAPI schema](https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#specifying-a-structural-schema) which helps with validation, supporting `kubectl explain` and also building tools around it: Structural schema should be added for all CRDs introduced by Tekton.

kind/feature
kind/question
lifecycle/frozen

A CLI command that retrieves the webhook URL would be useful instead of running `oc get route`.

feature
cli

The `centos_jdk8` recipe overrides `MAVEN_OPTS` environment variable and makes is impossible to set it via the stack json: https://github.com/eclipse/che-dockerfiles/blob/master/recipes/centos_jdk8/Dockerfile#L34