mirror of
https://github.com/dignajar/another-ldap-auth.git
synced 2026-04-27 05:55:55 +03:00
[PR #13] [MERGED] Helm chart #20
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-auth/pull/13
Author: @hajowieland
Created: 2/6/2021
Status: ✅ Merged
Merged: 2/6/2021
Merged by: @dignajar
Base:
master← Head:helm-chart📝 Commits (3)
54c9398Helm chart and pre-commit hook for helm-docs49bd1d0helm-docs1db7f6bset 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.