mirror of
https://github.com/dignajar/another-ldap.git
synced 2026-04-26 05:45:47 +03:00
[PR #10] [MERGED] feat: add helm chart #12
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/another-ldap#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dignajar/another-ldap/pull/10
Author: @maxisam
Created: 8/2/2022
Status: ✅ Merged
Merged: 10/1/2023
Merged by: @dignajar
Base:
main← Head:feat/helm📝 Commits (2)
c730cdafeat: add helm chart20da16eUpdate helm/another-ldap/templates/secrets.yaml📊 Changes
14 files changed (+875 additions, -0 deletions)
View changed files
➕
helm/another-ldap/.helmignore(+21 -0)➕
helm/another-ldap/Chart.lock(+6 -0)➕
helm/another-ldap/Chart.yaml(+31 -0)➕
helm/another-ldap/README.md(+11 -0)➕
helm/another-ldap/charts/common-1.16.1.tgz(+0 -0)➕
helm/another-ldap/templates/NOTES.txt(+51 -0)➕
helm/another-ldap/templates/_helpers.tpl(+29 -0)➕
helm/another-ldap/templates/configmap.yaml(+21 -0)➕
helm/another-ldap/templates/deployment.yaml(+136 -0)➕
helm/another-ldap/templates/ingress.yaml(+60 -0)➕
helm/another-ldap/templates/secrets.yaml(+18 -0)➕
helm/another-ldap/templates/service-account.yaml(+18 -0)➕
helm/another-ldap/templates/service.yaml(+50 -0)➕
helm/another-ldap/values.yaml(+423 -0)📄 Description
It seems like there is a way to enable metric but I am not sure how to do it exactly without connecting to redis, so I didn't add service monitor to the chart
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.