Skip to content

Commit

Permalink
add helm-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kuklyy committed Oct 16, 2024
1 parent d3f03c9 commit b2aee7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Generates README.md file based on template. Requires helm-docs to be installed (https://github.com/norwoodj/helm-docs).
generate-helm-docs:
helm-docs
2 changes: 2 additions & 0 deletions charts/nobl9-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,13 @@ Go to the [docs.nobl9.com](https://docs.nobl9.com/Nobl9_Agent/helm-charts?_highl
| config.oktaOrgUrl | string | `"https://accounts.nobl9.com"` | Nobl9 Okta Organization URL |
| config.organization | string | `nil` | Nobl9 Organization name |
| config.project | string | `nil` | Nobl9 Project name |
| deployment.affinity | object | `{}` | Node affiniti |
| deployment.annotations | object | `{}` | Custom annotations |
| deployment.extraEnvs | string | `nil` | Additional Envs |
| deployment.extraVolumeMounts | string | `nil` | Additional Volume mounts |
| deployment.extraVolumes | string | `nil` | Additional Volumes |
| deployment.image | string | `"nobl9/agent"` | Image used by chart |
| deployment.nodeSelector | object | `{}` | Node selector |
| deployment.pullPolicy | string | `"Always"` | Image Pull Policy |
| deployment.version | string | `"0.69.2"` | Agent version (image tag) |
| extraLabels | object | `{}` | Additional labels for created objects. |
Expand Down

0 comments on commit b2aee7a

Please sign in to comment.