Skip to content

Commit

Permalink
fix: don't clean up keycloak-config-cli immediately
Browse files Browse the repository at this point in the history
This causes issues with ArgoCD trying to remove the job?
  • Loading branch information
oliver-ni committed Jul 13, 2024
1 parent 09408eb commit 3e44c89
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions kubernetes/poketwo/keycloak.nix
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,7 @@ in
keycloakConfigCli = {
enabled = true;
existingConfigmap = "keycloak-config-cli";
cleanupAfterFinished = {
enabled = true;
seconds = 0;
};
cleanupAfterFinished.enabled = true;
};
};
};
Expand Down

0 comments on commit 3e44c89

Please sign in to comment.