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 use these oc tasks in a pipeline that deploys to different namespaces in different stages, so first to my_project-dev, my_project_test, etc.
It would be great if it would be possible to select the namespace in the different tasks, this is especially useful in the OcConditionalCmd:
Current situation:
Hi @dnperfors, thanks for the suggestion. Unfortunately this plugin is in maintainance mode atm and we are not planning to add new features. I'll keep this open as the situation could change soon. Just to let you know.
And sorry for the late reply.
I use these oc tasks in a pipeline that deploys to different namespaces in different stages, so first to
my_project-dev
,my_project_test
, etc.It would be great if it would be possible to select the namespace in the different tasks, this is especially useful in the OcConditionalCmd:
Current situation:
Desired situation:
In this case especially I basically make use of a command injection issue to inject the namespace for the conditional check.
Other solutions would be to select the project in the
oc-setup
taskThe text was updated successfully, but these errors were encountered: