[PR #10] [MERGED] feat: add helm chart #12

Closed
opened 2026-03-02 03:44:38 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: feat/helm


📝 Commits (2)

  • c730cda feat: add helm chart
  • 20da16e Update 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dignajar/another-ldap/pull/10 **Author:** [@maxisam](https://github.com/maxisam) **Created:** 8/2/2022 **Status:** ✅ Merged **Merged:** 10/1/2023 **Merged by:** [@dignajar](https://github.com/dignajar) **Base:** `main` ← **Head:** `feat/helm` --- ### 📝 Commits (2) - [`c730cda`](https://github.com/dignajar/another-ldap/commit/c730cda05ee2700f9248c4e78d8b3eb8663c9da8) feat: add helm chart - [`20da16e`](https://github.com/dignajar/another-ldap/commit/20da16e299f121bb1f1750693a37a61fed7fcca7) Update helm/another-ldap/templates/secrets.yaml ### 📊 Changes **14 files changed** (+875 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:44:38 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/another-ldap#12
No description provided.