Mykyta
Mykyta
Hi, few more cases for this feature. ### Include non-yaml files (sh scripts, python scripts, etc) [Tekton](https://hub.tekton.dev/tekton/task/kubernetes-actions) allows to add content of the `script` to yaml file ```yaml apiVersion: tekton.dev/v1beta1...
Hi, is there any plans to improve it? I i am trying to run Temporal as a part of integration tests with TestContainers, so i do need namespace created and...
Hi, - [List](https://tekton.dev/docs/pipelines/workspaces/#specifying-volumesources-in-workspaces) of sources to support: PVC, ConfigMap, Secrets, `emptyDir`, VolumeClaimTemplate, projected (alpha), csi (alpha). - Features: [subPath](https://tekton.dev/docs/pipelines/workspaces/#persistentvolumeclaim) for PVC, What the use cases for subPath we have? not...
One more usage for Cloud Native Tekton CI\CD: set `spec.status` to `PipelineRunPending` (maybe filter entity by some labels as well). Later special k8s-controller can take care of such PipelineRuns ```...
Hi, Let me add few more cases 1. `kpt pkg get` will download ALL files in the repository. This is not cool at all. e.g. I may have my IDE...
Hi @yuwenma , 1. I have tested before with `.krmignore` for `kpt fn` - it worked out. for `kpt pkg get` it doesn't https://github.com/marniks7/chaos-catalog/tree/master/54-kpt-pkg-get-with-krmignore 2. set-annotations looks good. https://github.com/marniks7/chaos-catalog/tree/master/53-set-annotations p.s....
@AlanGreene , I was thinking about this feature and has another proposal: `Edit YAML and Run` - this is reliable and advanced solution, which will allow to edit YAML, so...
`unsupported features in the UI` are inevitable, we cannot keep up with all backend alpha features and different backend \ UI versions can be used. Nevertheless, in order to support...
Hi @AlanGreene, How do you want to handle this? 1. Step1: Is it fine to implement "Switch to YAML" on CreatePipelineRun page first without switch back? 2. Step2: Support "Edit...
Hi @AlanGreene * ConfigMaps, PVC are internals, it is not always a good idea to provide ability to see what is inside. for example, even here author suggests to create...