Skip to content

Commit

Permalink
Update README files
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiorauber committed Oct 22, 2024
1 parent 3bbd7cb commit 703c54e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/keepalived/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/local-path-provisioner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion charts/local-volume-provisioner/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion charts/osticket/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
3 changes: 3 additions & 0 deletions charts/staticmsg/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Staticmsg Helm Chart

This Helm chart provides an Nginx container serving a static HTML web page, with a simple message.
2 changes: 1 addition & 1 deletion charts/zabbix-agent/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 703c54e

Please sign in to comment.