Build with container based technology
By default, it is expected that OpenShift Pipelines is installed on the cluster. If you don't use OpenShift Pipelines and want to use your own pipeline technology to build you need to apply the following configuration and disable OpenShift Pipelines.
- Go into Operators -> Installed Operators -> Operator -> YAML
- Find the environment variables "env:"
- add
env:
- name: DISABLE_TEKTON
value: 'true' - Press 'Save' and after a few minutes the Deployments and Pods should be starting
After that you can follow