You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the tekton operator to control my tekton deployment. However I would like to control the SigningSecret for Chains with another operator (ESO). If I use generateSigningSecret I get a webhook error stating it's a unkown field. The docs in the main branch state it should be a valid parameter, however the docs for the latest release do not include this parameter. Wil this option be available in a future version?
The text was updated successfully, but these errors were encountered:
After digging arround my main issue was a ownerReferences was set on my Secret and my tier operator (ESO) couldn't manage it. After deleting the references ESO took control over the secret. For now I'm fine. Thanks for your help
I'm using the tekton operator to control my tekton deployment. However I would like to control the SigningSecret for Chains with another operator (ESO). If I use
generateSigningSecret
I get a webhook error stating it's a unkown field. The docs in the main branch state it should be a valid parameter, however the docs for the latest release do not include this parameter. Wil this option be available in a future version?The text was updated successfully, but these errors were encountered: