Closed iocanel closed 1 year ago
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
@Sgitario: AddInitContainerDecorator
was not ordered correctly. With this change all of our existing decorators that modify containers (extending ApplicationContainerDecorator) should run after AddInitContainerDecorator
.
So, theoretically we should be able to change image, command, args, env etc (for init containers) without introducing new decorators.
The pull request move containers dekorator order handling (before / after) methods to the
ApplicationContainerDecorator
class. Also, adds ApplicatonContainerDecorators to run afterAddInitContainerDecorator
.