Skip to content

Commit

Permalink
added README and the possibility to configure user-workload-monitorin…
Browse files Browse the repository at this point in the history
…g to generic-cluster-config, plus several fixes and streamlining
  • Loading branch information
tjungbauer committed Apr 20, 2024
1 parent 648524b commit fc8de26
Show file tree
Hide file tree
Showing 16 changed files with 2,419 additions and 244 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ The Charts in this repository contain workflows for easy deploy and configure fo

Each Helm Chart has a detailed README that (I hope) explains all possible settings and how they can be used.

The generate the READMEs (well most of them) I am using using [helm-doc](https://github.com/norwoodj/helm-docs)

## Contribute/Questions

Feel free to open issues and pull requests if you find anything that should be added or does not work as it should.
Feel free to open issues and pull requests if you find anything that should be added or does not work as it should. I am happy if someone finds these charts usefull.

## Linting
All Charts in this repository must pass the linting process. Use [`helm lint`](https://helm.sh/docs/helm/helm_lint/) and [`chart testing`](https://github.com/helm/chart-testing/blob/master/doc/ct_lint.md) tools.
Expand Down
6 changes: 4 additions & 2 deletions charts/generic-cluster-config/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: generic-cluster-config
description: This Chart is responsible to deploy generic clusterconfiguration, for example etcd encryption, oauth etc.
version: 1.0.22
description: This Chart is responsible for deploying generic cluster configuration, for example, etcd encryption, OAuth etc.
version: 1.0.23
home: https://github.com/tjungbauer/helm-charts/tree/main/charts/generic-cluster-config
icon: https://github.com/tjungbauer/helm-charts/raw/gh-pages/images/settings-icon.png
maintainers:
Expand All @@ -25,3 +25,5 @@ annotations:
description: Possibility to configure allowed registries
- kind: added
description: added new type of etcd encryption, monitoring stack configuration etc.
- kind: added
description: README and adding possibility to configure userworkload monitoring and complete check and fixing issues
772 changes: 638 additions & 134 deletions charts/generic-cluster-config/README.md

Large diffs are not rendered by default.

Loading

0 comments on commit fc8de26

Please sign in to comment.