famedly / famedly-sync

GNU Affero General Public License v3.0
4 stars 0 forks source link

feat: Add CronJob manifest for ldap-sync #71

Closed Revanee closed 1 week ago

Revanee commented 2 weeks ago

The manifest will run docker-oss.nexus.famedly.de/famedly-sync-agent:v0.4.0 once per day at 00:00 in the namespace ldap-sync. It requires a ConfigMap named famedly-sync to be present in the ldap-sync namespace. It can be created using kubectl create configmap --from-file config.yaml famedly-sync --namespace ldap-sync.

Closes #39

nikzen commented 2 weeks ago

Would it be possible to also add a chapter to the readme? :)

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.94%. Comparing base (3d725da) to head (629df56). Report is 1 commits behind head on main.

:white_check_mark: All tests successful. No failed tests found.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #71 +/- ## ======================================= Coverage 86.94% 86.94% ======================================= Files 7 7 Lines 1310 1310 ======================================= Hits 1139 1139 Misses 171 171 ``` ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/famedly/ldap-sync/pull/71?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=famedly). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=famedly) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/famedly/ldap-sync/pull/71?dropdown=coverage&src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=famedly). Last update [3d725da...629df56](https://app.codecov.io/gh/famedly/ldap-sync/pull/71?dropdown=coverage&src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=famedly). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=famedly).