forked from opendatahub-io/opendatahub-operator
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: reworks authorino istio injection (opendatahub-io#1097)
Instead of performing patching of Authorino deployment as part of `PostConditions` hook, it is now a `Feature` on its own. As a result, we no longer need the `ApplyManifest` mehtod for the `Feature` struct. This function was created solely to apply a single manifest as an `Action` and was used only for this specific use case. With the dedicated feature, a deployment patch can now be defined as a regular manifest source and included as part of the Apply phase.
- Loading branch information
1 parent
2d2a56a
commit 13d833e
Showing
2 changed files
with
27 additions
and
40 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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