-
Bug
-
Resolution: Done
-
Blocker
-
Pipelines 1.10.0
-
None
-
1
-
False
-
None
-
False
-
-
-
Pipelines Sprint 234
Description of problem:{}
config custom resource is not accepting `default-forbidden-env`
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- Install the latest build of Openshift Pipelines 1.10.0
- Try to add `default-forbidden-env: "TEST_TEKTON"` under pipeline section in config custom resource
Actual results:
Updating config custom resource is failing with error
error: tektonconfigs.operator.tekton.dev "config" could not be patched: admission webhook "webhook.operator.tekton.dev" denied the request: mutation failed: cannot decode incoming new object: json: unknown field "default-forbidden-env"
Expected results:
Config resource should get updated
Reproducibility (Always/Intermittent/Only Once):
Always