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

Merged
merged 1 commit into from
Oct 21, 2024
Merged

feat: Add CronJob manifest for ldap-sync #71

merged 1 commit into from
Oct 21, 2024

Conversation

Revanee
Copy link
Contributor

@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? :)

@Revanee Revanee force-pushed the revanee/issue-39 branch 2 times, most recently from 5f545bc to 5a55dc8 Compare October 16, 2024 09:54
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 (3d725da) to head (629df56).
Report is 1 commits behind head on main.

✅ 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           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3d725da...629df56. Read the comment docs.

@Revanee Revanee merged commit 629df56 into main Oct 21, 2024
5 checks passed
@Revanee Revanee deleted the revanee/issue-39 branch October 21, 2024 12:46
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