Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add CronJob manifest for ldap-sync #71

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Revanee
Copy link

@Revanee Revanee commented Oct 15, 2024

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

@Revanee Revanee self-assigned this Oct 15, 2024
@Revanee Revanee requested a review from a team as a code owner October 15, 2024 10:15
@nikzen
Copy link

nikzen commented Oct 15, 2024

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

Copy link

codecov bot commented Oct 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.94%. Comparing base (d902477) to head (5a55dc8).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #71   +/-   ##
=======================================
  Coverage   86.94%   86.94%           
=======================================
  Files           7        7           
  Lines        1310     1310           
=======================================
  Hits         1139     1139           
  Misses        171      171           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add kubernetes manifest
3 participants