Skip to content

Commit d08faa5

Browse files
authored
Merge pull request #5 from puckpuck/puckpuck-patch-1
[seashell] - clarify default for rbac.readAll
2 parents b982556 + 031e5d8 commit d08faa5

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

charts/seashell/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: seashell
33
description: A tool that provides a shell to debug Kubernetes workloads
44
type: application
5-
version: 0.3.1
5+
version: 0.3.2
66
appVersion: 0.1
77
keywords:
88
- debug

charts/seashell/README.md

+5-12
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,6 @@
33
Installs and configures [seashell](https://github.com/puckpuck/seashell) to
44
provide tools for debugging Kubernetes workloads.
55

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-
186
## Installing the chart
197

208
This chart should run without the need to specify any custom chart values.
@@ -26,6 +14,11 @@ helm install seashell puckpuck/seashell
2614

2715
## Parameters
2816

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+
2922
| Parameter | Description | Default |
3023
|------------------------------|------------------------------------------------------------------------|--------------------------------------------------|
3124
| `image.repository` | seashell Image repository | `puckpuck/seashell` |

0 commit comments

Comments
 (0)