Closed lkrzyzanek closed 3 years ago
To provide more flexibility allow in operator's env content deployment defaults regexp match.
e.g. pr-.* would match to all pr-* environments
pr-.*
pr-*
Or .* would be default to all envs.
.*
To provide more flexibility allow in operator's env content deployment defaults regexp match.
e.g.
pr-.*
would match to allpr-*
environmentsOr
.*
would be default to all envs.