mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 06:47:28 +08:00
[bitnami/etcd] Update prerequisites
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: fluentd
|
name: fluentd
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
appVersion: 1.7.3
|
appVersion: 1.7.3
|
||||||
description: Fluentd is an open source data collector for unified logging layer
|
description: Fluentd is an open source data collector for unified logging layer
|
||||||
keywords:
|
keywords:
|
||||||
|
|||||||
@@ -15,6 +15,12 @@ This chart bootstraps a [Fluentd](https://github.com/bitnami/bitnami-docker-flue
|
|||||||
|
|
||||||
Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment and management of Helm Charts in clusters.
|
Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment and management of Helm Charts in clusters.
|
||||||
|
|
||||||
|
## Prerequisites
|
||||||
|
|
||||||
|
- Kubernetes 1.12+
|
||||||
|
- Helm 2.11+ or Helm 3.0-beta3+
|
||||||
|
- PV provisioner support in the underlying infrastructure
|
||||||
|
|
||||||
## Installing the Chart
|
## Installing the Chart
|
||||||
|
|
||||||
To install the chart with the release name `my-release`:
|
To install the chart with the release name `my-release`:
|
||||||
@@ -170,7 +176,7 @@ data:
|
|||||||
</labels>
|
</labels>
|
||||||
</source>
|
</source>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
# Ignore fluentd own events
|
# Ignore fluentd own events
|
||||||
<match fluent.**>
|
<match fluent.**>
|
||||||
@type null
|
@type null
|
||||||
|
|||||||
Reference in New Issue
Block a user