-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ConfigMap and other resources are replaced
- Reverted **behavior** of BaseOperation#createOrReplace method (and similar) to the previous behavior. API will always be hit, POST to try to create, and PUT in case POST fails. This reverts the behavior trying to mimic kubectl and not performing the second PUT request in case the resource is identical to the server version.
- Loading branch information
Showing
7 changed files
with
187 additions
and
229 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
### 4.11-SNAPSHOT | ||
|
||
#### Bugs | ||
* Fix #2445: ConfigMap and other resources are replaced | ||
|
||
#### Improvements | ||
|
||
|
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.