Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Per phase pod override API #3320

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

hairyhum
Copy link
Contributor

Change Overview

Currently if ActionSet has multiple phases, all of them will use the same podOverride.

This change allows setting override per phase.

phasePodOverrides is a map with keys being phase names and values being overrides.
podOverride now should be deprecated, but until it's removed it will be used as default
unless phasePodOverride is defined for a specific phase

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • 🐛 Bugfix
  • 🌻 Feature
  • 🗺️ Documentation
  • 🤖 Test
  • 🏗️ Build

Issues

  • fixes #issue-number

Test Plan

  • 💪 Manual
  • ⚡ Unit test
  • 💚 E2E

…rride

Currently if ActionSet has multiple phases, all of them will use the same podOverride.

This change allows setting override per phase.

phasePodOverrides is a map with keys being phase names and values being overrides.
podOverride now should be deprecated, but until it's removed it will be used as default
unless phasePodOverride is defined for a specific phase

Signed-off-by: Daniil Fedotov <[email protected]>
Signed-off-by: Daniil Fedotov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant