refactor: Extract apply step (Applier) and move secret creation - #828
Merged
Conversation
adwk67
marked this pull request as ready for review
July 28, 2026 13:01
siegfriedweber
self-requested a review
July 28, 2026 13:54
siegfriedweber
requested changes
Jul 29, 2026
siegfriedweber
requested changes
Jul 29, 2026
Functions which build Kubernetes resources or parts of them belong in the build step, so object_meta becomes a free function in build (the same shape the other operators settled on after review). Also relocates the app_version_label test fixture next to its consumers and imports build_rolegroup_config_map as an item for consistency. (cherry picked from commit 76187c3)
adwk67
force-pushed
the
feat/smooth-operator/extract-apply-step
branch
from
July 29, 2026 15:49
b554d5a to
36494ee
Compare
Member
Author
|
Re-ran smoke tests: |
12 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR covers the following:
makes the build step infallible N.B. this involves moving some "builds" to the validate step so that any errors can be thrown there, leaving "build" free to assert validated and non-rejectablle inputsDefinition of Done Checklist
Author
Reviewer
Acceptance
type/deprecationlabel & add to the deprecation scheduletype/experimentallabel & add to the experimental features tracker