-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: PodSpec changes now are applied only to pods on creation (#41 s…
…tep 7) (#118) The proxy configuration is now only applied when a pod is created. The old algorithm allowed updates to the PodSpec to apply changes after the pod was created. This PR simplifies the logic that applies the proxy configuration to a PodSpec, mainly removing the code that would update the pod spec multiple times.
- Loading branch information
Showing
2 changed files
with
80 additions
and
531 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
Oops, something went wrong.