@@ -26,19 +26,20 @@ helm install seashell puckpuck/seashell
26
26
27
27
## Parameters
28
28
29
- | Parameter | Description | Default |
30
- | ------------------------------| ------------------------------------------------------------| --------------------------------------------------|
31
- | ` image.repository ` | seashell Image repository | ` puckpuck/seashell ` |
32
- | ` image.tag ` | seashell Image tag (leave blank to use app version) | ` nil ` |
33
- | ` image.pullPolicy ` | seashell Image pull policy | ` IfNotPresent ` |
34
- | ` serviceAccount.create ` | Specify whether a ServiceAccount should be created | ` true ` |
35
- | ` serviceAccount.annotations ` | Annotations to be applied to ServiceAccount | ` {} ` |
36
- | ` serviceAccount.name ` | The name of the ServiceAccount to create | Generated using the ` seashell.fullname ` template |
37
- | ` rbac.create ` | Specify whether RBAC resources should be created and used | ` true ` |
38
- | ` podAnnotations ` | Pod annotations | ` {} ` |
39
- | ` podSecurityContext ` | Security context for pod | ` {} ` |
40
- | ` securityContext ` | Security context for container | ` {} ` |
41
- | ` resources ` | CPU/Memory resource requests/limits | ` {} ` |
42
- | ` nodeSelector ` | Node labels for pod assignment | ` {} ` |
43
- | ` tolerations ` | Tolerations for pod assignment | ` [] ` |
44
- | ` affinity ` | Map of node/pod affinities | ` {} ` |
29
+ | Parameter | Description | Default |
30
+ | ------------------------------| ------------------------------------------------------------------------| --------------------------------------------------|
31
+ | ` image.repository ` | seashell Image repository | ` puckpuck/seashell ` |
32
+ | ` image.tag ` | seashell Image tag (leave blank to use app version) | ` nil ` |
33
+ | ` image.pullPolicy ` | seashell Image pull policy | ` IfNotPresent ` |
34
+ | ` serviceAccount.create ` | Specify whether a ServiceAccount should be created | ` true ` |
35
+ | ` serviceAccount.annotations ` | Annotations to be applied to ServiceAccount | ` {} ` |
36
+ | ` serviceAccount.name ` | The name of the ServiceAccount to create | Generated using the ` seashell.fullname ` template |
37
+ | ` rbac.create ` | Specify whether RBAC resources should be created and used | ` true ` |
38
+ | ` rbac.readAll ` | Specify whether to include READ permssions on ALL Kubernetes resources | ` false ` |
39
+ | ` podAnnotations ` | Pod annotations | ` {} ` |
40
+ | ` podSecurityContext ` | Security context for pod | ` {} ` |
41
+ | ` securityContext ` | Security context for container | ` {} ` |
42
+ | ` resources ` | CPU/Memory resource requests/limits | ` {} ` |
43
+ | ` nodeSelector ` | Node labels for pod assignment | ` {} ` |
44
+ | ` tolerations ` | Tolerations for pod assignment | ` [] ` |
45
+ | ` affinity ` | Map of node/pod affinities | ` {} ` |
0 commit comments