You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/shield/README.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,16 @@
1
1
# Shield
2
2
3
3
[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.
5
5
6
+
-[Prerequisites](#prerequisites)
7
+
-[Installing the Chart](#installing-the-chart)
6
8
-[Configuration](#configuration)
7
-
-[Usages](#usages)
8
-
-[Confirm Working Status](#confirm-working-status)
9
-
-[Troubleshooting](#troubleshooting)
10
-
11
-
<br/><br/>
12
9
13
10
## Introduction
14
11
15
12
This chart deploys the Sysdig Shield as a Deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
16
13
17
-
18
14
### Prerequisites
19
15
20
16
- Helm 3.6
@@ -23,8 +19,7 @@ This chart deploys the Sysdig Shield as a Deployment on a [Kubernetes](http://ku
23
19
- Sysdig Secure API URL
24
20
- Sysdig Secure Collector
25
21
26
-
27
-
### Installing the Chart
22
+
### Installing the Chart
28
23
29
24
To install the chart create a `values.yaml` file. Set your values and decide which features you would like to enable.
Copy file name to clipboardExpand all lines: charts/shield/README.tpl
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,22 @@
1
1
# Shield
2
2
3
3
[{{ .Project.Name }}]({{ .Project.URL }}).
4
-
<br/>{{ .Project.Description }}
4
+
{{ .Project.Description }}
5
5
6
+
- [Prerequisites](#prerequisites)
7
+
- [Installing the Chart](#installing-the-chart)
6
8
- [Configuration](#configuration)
7
-
- [Usages](#usages)
8
-
- [Confirm Working Status](#confirm-working-status)
9
-
- [Troubleshooting](#troubleshooting)
10
-
11
-
<br/><br/>
12
9
13
10
## Introduction
14
11
15
12
This chart deploys {{ .Project.App }} as a Deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
16
13
17
-
18
14
### Prerequisites
19
15
{{ range .Prerequisites }}
20
16
- {{ . }}
21
17
{{- end }}
22
18
23
-
24
-
### Installing the Chart
19
+
### Installing the Chart
25
20
26
21
To install the chart create a `values.yaml` file. Set your values and decide which features you would like to enable.
0 commit comments