File tree 2 files changed +6
-13
lines changed
2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : seashell
3
3
description : A tool that provides a shell to debug Kubernetes workloads
4
4
type : application
5
- version : 0.3.1
5
+ version : 0.3.2
6
6
appVersion : 0.1
7
7
keywords :
8
8
- debug
Original file line number Diff line number Diff line change 3
3
Installs and configures [ seashell] ( https://github.com/puckpuck/seashell ) to
4
4
provide tools for debugging Kubernetes workloads.
5
5
6
- ## Warning
7
-
8
- The ClusterRole used to set up this tool provides read access to ** ALL**
9
- resources
10
- in your Kubernetes cluster. This isn't recommended for anything that even comes
11
- close to a production environment. Please know what the fuck you are doing
12
- before
13
- you deploy this thing blindly to your Kubernetes cluster.
14
-
15
- You can modify this by setting ` rbac.create ` to ` false ` and providing a
16
- ClusterRole and ClusterRoleBinding for the ServiceAccount used with this tool.
17
-
18
6
## Installing the chart
19
7
20
8
This chart should run without the need to specify any custom chart values.
@@ -26,6 +14,11 @@ helm install seashell puckpuck/seashell
26
14
27
15
## Parameters
28
16
17
+ > ** Warning**
18
+ > Setting ` rbac.readAll ` to true will grant read access to ALL resources in your Kubernetes cluster.
19
+ > This isn't recommended for anything that even comes close to a production environment.
20
+ > Please know what the fuck you are doing before you deploy this thing blindly to your Kubernetes cluster.
21
+
29
22
| Parameter | Description | Default |
30
23
| ------------------------------| ------------------------------------------------------------------------| --------------------------------------------------|
31
24
| ` image.repository ` | seashell Image repository | ` puckpuck/seashell ` |
You can’t perform that action at this time.
0 commit comments