Skip to content

Commit

Permalink
Fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
s0ko1ex committed Oct 9, 2024
1 parent 26a8d01 commit 8ae122b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/reports-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ helm install reports-server --namespace reports-server --create-namespace report
| apiServicesManagement.nodeAffinity | object | `{}` | Node affinity constraints. |
| apiServicesManagement.securityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"privileged":false,"readOnlyRootFilesystem":true,"runAsGroup":65534,"runAsNonRoot":true,"runAsUser":65534,"seccompProfile":{"type":"RuntimeDefault"}}` | Security context for the hook containers |
| extraVolumes.volumeMounts | list | `[]` | Extra volume mounts for reports-server container |
| extraVolumes.volumeMounts | list | `[]` | Extra volumes for reports-server deployment |
| extraVolumes.volumes | list | `[]` | Extra volumes for reports-server deployment |

## Source Code

Expand Down

0 comments on commit 8ae122b

Please sign in to comment.