Skip to content

Commit

Permalink
Update docs for litmus-agent using helm-docs
Browse files Browse the repository at this point in the history
Update the README.md of the chart and subchart of litmus agent using helm-docs v1.11.0.

Signed-off-by: Calvin Audier <[email protected]>
  • Loading branch information
Calvin Audier committed Aug 7, 2023
1 parent 70fee9d commit 129ce30
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/litmus-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ $ helm install litmus-agent litmuschaos/litmus-agent \
| global.AGENT_MODE | string | `"cluster"` | |
| global.agentConfigName | string | `"agent-config"` | |
| global.agentSecretName | string | `"agent-secret"` | |
| global.customLabels | object | `{}` | |
| global.podAnnotations | object | `{}` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"litmuschaos/litmus-helm-agent"` | |
Expand Down
1 change: 1 addition & 0 deletions charts/litmus-agent/charts/chaos-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Kubernetes: `>=1.16.0-0`
| autoscaling.minReplicas | int | `1` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| config.tsdb_scrape_interval | int | `10` | |
| customLabels | object | `{}` | |
| enabled | bool | `true` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"Always"` | |
Expand Down
1 change: 1 addition & 0 deletions charts/litmus-agent/charts/chaos-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Kubernetes: `>=1.16.0-0`
| autoscaling.maxReplicas | int | `100` | |
| autoscaling.minReplicas | int | `1` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| customLabels | object | `{}` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"litmuschaos/chaos-operator"` | |
Expand Down
1 change: 1 addition & 0 deletions charts/litmus-agent/charts/event-tracker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Kubernetes: `>=1.16.0-0`
| autoscaling.maxReplicas | int | `100` | |
| autoscaling.minReplicas | int | `1` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| customLabels | object | `{}` | |
| fullnameOverride | string | `""` | |
| global.agentConfigName | string | `"agent-config"` | |
| global.agentSecretName | string | `"agent-secret"` | |
Expand Down
1 change: 1 addition & 0 deletions charts/litmus-agent/charts/subscriber/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Kubernetes: `>=1.16.0-0`
| affinity | object | `{}` | |
| appSettings.containerRuntimeExecutor | string | `"k8sapi"` | |
| appSettings.executorImage | string | `"litmuschaos/argoexec:v3.3.1"` | |
| customLabels | object | `{}` | |
| fullnameOverride | string | `""` | |
| global.agentConfigName | string | `"agent-config"` | |
| global.agentSecretName | string | `"agent-secret"` | |
Expand Down
1 change: 1 addition & 0 deletions charts/litmus-agent/charts/workflow-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Kubernetes: `>=1.16.0-0`
| autoscaling.minReplicas | int | `1` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| crds.create | bool | `true` | |
| customLabels | object | `{}` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"litmuschaos/workflow-controller"` | |
Expand Down

0 comments on commit 129ce30

Please sign in to comment.