Skip to content

Commit c22a480

Browse files
authored
chore(shield): fix broken links in README file (#2369)
1 parent 122150c commit c22a480

File tree

3 files changed

+9
-19
lines changed

3 files changed

+9
-19
lines changed

charts/shield/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ maintainers:
1313
- name: mavimo
1414
1515
type: application
16-
version: 1.18.0
16+
version: 1.18.1
1717
appVersion: "1.0.0"

charts/shield/README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
# Shield
22

33
[Sysdig Shield](https://docs.sysdig.com/).
4-
<br/>This chart deploys the Sysdig Host & Cluster Shield in your Kubernetes cluster.
4+
This chart deploys the Sysdig Host & Cluster Shield in your Kubernetes cluster.
55

6+
- [Prerequisites](#prerequisites)
7+
- [Installing the Chart](#installing-the-chart)
68
- [Configuration](#configuration)
7-
- [Usages](#usages)
8-
- [Confirm Working Status](#confirm-working-status)
9-
- [Troubleshooting](#troubleshooting)
10-
11-
<br/><br/>
129

1310
## Introduction
1411

1512
This chart deploys the Sysdig Shield as a Deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
1613

17-
1814
### Prerequisites
1915

2016
- Helm 3.6
@@ -23,8 +19,7 @@ This chart deploys the Sysdig Shield as a Deployment on a [Kubernetes](http://ku
2319
- Sysdig Secure API URL
2420
- Sysdig Secure Collector
2521

26-
27-
### Installing the Chart
22+
### Installing the Chart
2823

2924
To install the chart create a `values.yaml` file. Set your values and decide which features you would like to enable.
3025
```yaml

charts/shield/README.tpl

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
11
# Shield
22

33
[{{ .Project.Name }}]({{ .Project.URL }}).
4-
<br/>{{ .Project.Description }}
4+
{{ .Project.Description }}
55

6+
- [Prerequisites](#prerequisites)
7+
- [Installing the Chart](#installing-the-chart)
68
- [Configuration](#configuration)
7-
- [Usages](#usages)
8-
- [Confirm Working Status](#confirm-working-status)
9-
- [Troubleshooting](#troubleshooting)
10-
11-
<br/><br/>
129

1310
## Introduction
1411

1512
This chart deploys {{ .Project.App }} as a Deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
1613

17-
1814
### Prerequisites
1915
{{ range .Prerequisites }}
2016
- {{ . }}
2117
{{- end }}
2218

23-
24-
### Installing the Chart
19+
### Installing the Chart
2520

2621
To install the chart create a `values.yaml` file. Set your values and decide which features you would like to enable.
2722
```yaml

0 commit comments

Comments
 (0)