From 703c54eec270ceb48b7e3777eabfcde332ce7c99 Mon Sep 17 00:00:00 2001 From: Fabio Rauber Date: Tue, 22 Oct 2024 16:34:46 -0300 Subject: [PATCH] Update README files --- charts/keepalived/README.md | 2 +- charts/local-path-provisioner/README.md | 2 +- charts/local-volume-provisioner/README.md | 2 +- charts/osticket/README.md | 3 ++- charts/staticmsg/README.md | 3 +++ charts/zabbix-agent/README.md | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 charts/staticmsg/README.md diff --git a/charts/keepalived/README.md b/charts/keepalived/README.md index b1ce951..6048655 100644 --- a/charts/keepalived/README.md +++ b/charts/keepalived/README.md @@ -1,6 +1,6 @@ # Keepalived Helm Chart -This helm chart provides Keepalived as a DaemonSet for hosts with a specific nodeSelector (default role=ingress). +This Helm chart provides Keepalived as a DaemonSet for hosts with a specific nodeSelector (default role=ingress). ## Parameters and Default Values diff --git a/charts/local-path-provisioner/README.md b/charts/local-path-provisioner/README.md index 4de15aa..c43802f 100644 --- a/charts/local-path-provisioner/README.md +++ b/charts/local-path-provisioner/README.md @@ -2,7 +2,7 @@ ## Overview -Local Path Provisioner provides a way for the Kubernetes users to utilize the local storage in each node. Based on the user configuration, the Local Path Provisioner will create hostPath based persistent volume on the node automatically. It utilizes the features introduced by Kubernetes Local Persistent Volume feature, but make it a simpler solution than the built-in local volume feature in Kubernetes. +The Local Path Provisioner provides a way for the Kubernetes users to utilize the local storage in each node. Based on the user configuration, the Local Path Provisioner will create hostPath based persistent volume on the node automatically. It utilizes the features introduced by Kubernetes Local Persistent Volume feature, but make it a simpler solution than the built-in local volume feature in Kubernetes. This is a Local Path Provisioner Helm chart based on the chart of Kubernetes Incubator local-volume-provisioner. diff --git a/charts/local-volume-provisioner/README.md b/charts/local-volume-provisioner/README.md index 95b5825..3734add 100644 --- a/charts/local-volume-provisioner/README.md +++ b/charts/local-volume-provisioner/README.md @@ -1,4 +1,4 @@ -# Provisioner's helm chart +# Local Volume Provisioner's helm chart Helm templating is used to generate the provisioner's DaemonSet and ConfigMap specs. The generated specs can be further customized as needed (usually not necessary), and then deployed using kubectl. diff --git a/charts/osticket/README.md b/charts/osticket/README.md index 2748724..25bc54a 100644 --- a/charts/osticket/README.md +++ b/charts/osticket/README.md @@ -1,6 +1,7 @@ # OSTicket support ticket system Helm chart -This is a Helm chart to install OSTicket with MySQL as database and memcached as session storage. +This is a Helm chart to install OSTicket with MySQL as database and memcached as session storage. + Requirements: - Default persistent storage class (StorageClass) diff --git a/charts/staticmsg/README.md b/charts/staticmsg/README.md new file mode 100644 index 0000000..9f36437 --- /dev/null +++ b/charts/staticmsg/README.md @@ -0,0 +1,3 @@ +# Staticmsg Helm Chart + +This Helm chart provides an Nginx container serving a static HTML web page, with a simple message. \ No newline at end of file diff --git a/charts/zabbix-agent/README.md b/charts/zabbix-agent/README.md index 37a6d31..87765e6 100644 --- a/charts/zabbix-agent/README.md +++ b/charts/zabbix-agent/README.md @@ -1,6 +1,6 @@ # Zabbix Agent Helm Chart -This helm chart provides Zabbix Agent as a DaemonSet for all your Kubernetes hosts. +This Helm chart provides Zabbix Agent as a DaemonSet for all your Kubernetes hosts. ## Default Values