From b80ccb566a41de5803db34c3a38ae959b47fa6cb Mon Sep 17 00:00:00 2001 From: Tomas Rohrer Date: Wed, 2 Feb 2022 10:02:50 +0100 Subject: [PATCH] Fix link --- .../charts/splunk-kubernetes-logging/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/splunk-connect-for-kubernetes/charts/splunk-kubernetes-logging/README.md b/helm-chart/splunk-connect-for-kubernetes/charts/splunk-kubernetes-logging/README.md index 8c5533d5..c956e9fc 100644 --- a/helm-chart/splunk-connect-for-kubernetes/charts/splunk-kubernetes-logging/README.md +++ b/helm-chart/splunk-connect-for-kubernetes/charts/splunk-kubernetes-logging/README.md @@ -60,7 +60,7 @@ The following table lists all components (i.e. kubernetes objects) of this chart Component | Description | Template --- | --- | --- `Daemonset` | deploys one pod that runs fluentd on each node to collect logs. | [daemonset.yaml](templates/daemonset.yaml) -`ConfigMap` | contains configuration files for fluentd. | [configmap.yaml](templates/configmap.yaml) +`ConfigMap` | contains configuration files for fluentd. | [configMap.yaml](templates/configMap.yaml) `Secret` | stores credentials like the Splunk HEC token, and SSL certs and keys for HTTPS connection, etc. | [secret.yaml](templates/secret.yaml) ## License ##