Skip to content

Commit

Permalink
feat: more logging three
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderMatt committed Jun 20, 2024
1 parent 6941b30 commit 12b95ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/operator/keycloak.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ export default class MyOperator extends Operator {
if (object.kind === 'add') await runKeycloakUpdater('addTeam')
if (object.kind === 'remove') await runKeycloakUpdater('removeTeam')
})
console.log('Watching team namespaces done!')
} catch (error) {
console.debug(error)
}
Expand Down

0 comments on commit 12b95ab

Please sign in to comment.