Skip to content

Commit

Permalink
chore: #2 Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
  • Loading branch information
lbroudoux committed Jun 11, 2024
1 parent 5dac3ff commit b43a21d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import io.javaoperatorsdk.operator.processing.dependent.workflow.Condition;

/**
* A reconciliation pre-condition that is only met if Keycloak module should be installed.
* A reconciliation pre-condition that is only met if Async feature should be installed.
* @author laurent
*/
public class AsyncMinionInstallPrecondition implements Condition<HasMetadata, Microcks> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ protected Deployment desired(Microcks microcks, Context<Microcks> context) {
.addNewVolume()
.withName("custom-init-scripts")
.withNewConfigMap()
.withName(MongoDBConfigMapDependantResource.getConfigMapName(microcks))
.withName(MongoDBConfigMapDependantResource.getConfigMapName(microcks))
.endConfigMap()
.endVolume()
.endSpec().endTemplate().endSpec();
Expand Down

0 comments on commit b43a21d

Please sign in to comment.