[PR #13] [MERGED] Helm chart #20

Closed
opened 2026-03-02 03:51:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dignajar/another-ldap-auth/pull/13
Author: @hajowieland
Created: 2/6/2021
Status: Merged
Merged: 2/6/2021
Merged by: @dignajar

Base: masterHead: helm-chart


📝 Commits (3)

  • 54c9398 Helm chart and pre-commit hook for helm-docs
  • 49bd1d0 helm-docs
  • 1db7f6b set default secret in non-base64 from README

📊 Changes

12 files changed (+372 additions, -0 deletions)

View changed files

.pre-commit-config.yaml (+5 -0)
chart/another-ldap-auth/.helmignore (+23 -0)
chart/another-ldap-auth/Chart.yaml (+16 -0)
chart/another-ldap-auth/README.md (+56 -0)
chart/another-ldap-auth/templates/NOTES.txt (+1 -0)
chart/another-ldap-auth/templates/_helpers.tpl (+62 -0)
chart/another-ldap-auth/templates/deployment.yaml (+74 -0)
chart/another-ldap-auth/templates/hpa.yaml (+28 -0)
chart/another-ldap-auth/templates/secret.yaml (+9 -0)
chart/another-ldap-auth/templates/service.yaml (+14 -0)
chart/another-ldap-auth/templates/serviceaccount.yaml (+12 -0)
chart/another-ldap-auth/values.yaml (+72 -0)

📄 Description

Added a basic Helm Chart for Kubernetes deployment and pre-commit Hook to generate chart README with helm-docs


🔄 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-auth/pull/13 **Author:** [@hajowieland](https://github.com/hajowieland) **Created:** 2/6/2021 **Status:** ✅ Merged **Merged:** 2/6/2021 **Merged by:** [@dignajar](https://github.com/dignajar) **Base:** `master` ← **Head:** `helm-chart` --- ### 📝 Commits (3) - [`54c9398`](https://github.com/dignajar/another-ldap-auth/commit/54c93984dcd191ac1ed02e538df57d3c9ed2ed24) Helm chart and pre-commit hook for helm-docs - [`49bd1d0`](https://github.com/dignajar/another-ldap-auth/commit/49bd1d0a5a6c923e3456bad16bd65a02ad0dd518) helm-docs - [`1db7f6b`](https://github.com/dignajar/another-ldap-auth/commit/1db7f6b9ebacd324c7f391763bf942844c4f9087) set default secret in non-base64 from README ### 📊 Changes **12 files changed** (+372 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.pre-commit-config.yaml` (+5 -0) ➕ `chart/another-ldap-auth/.helmignore` (+23 -0) ➕ `chart/another-ldap-auth/Chart.yaml` (+16 -0) ➕ `chart/another-ldap-auth/README.md` (+56 -0) ➕ `chart/another-ldap-auth/templates/NOTES.txt` (+1 -0) ➕ `chart/another-ldap-auth/templates/_helpers.tpl` (+62 -0) ➕ `chart/another-ldap-auth/templates/deployment.yaml` (+74 -0) ➕ `chart/another-ldap-auth/templates/hpa.yaml` (+28 -0) ➕ `chart/another-ldap-auth/templates/secret.yaml` (+9 -0) ➕ `chart/another-ldap-auth/templates/service.yaml` (+14 -0) ➕ `chart/another-ldap-auth/templates/serviceaccount.yaml` (+12 -0) ➕ `chart/another-ldap-auth/values.yaml` (+72 -0) </details> ### 📄 Description Added a basic Helm Chart for Kubernetes deployment and pre-commit Hook to generate chart README with [helm-docs](https://github.com/norwoodj/helm-docs) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:51:21 +03:00
Sign in to join this conversation.
No labels
bug
bug
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-auth#20
No description provided.