Skip to content

Commit

Permalink
Update README.md with readme-generator-for-helm
Browse files Browse the repository at this point in the history
Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot committed Aug 13, 2024
1 parent 0998e45 commit 4fa13ca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bitnami/grafana-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,10 @@ extraDeploy:
| `grafana.nodeAffinityPreset.values` | Set nodeAffinity preset values | `[]` |
| `grafana.affinity` | Affinity for controller pod assignment | `{}` |
| `grafana.nodeSelector` | Node labels for controller pod assignment | `{}` |
| `grafana.topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` |
| `grafana.tolerations` | Tolerations for controller pod assignment | `[]` |
| `grafana.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` |
| `grafana.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `grafana.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `grafana.pdb.minAvailable` and `grafana.pdb.maxUnavailable` are empty. | `""` |
| `grafana.envFrom` | Extra environment variable to pass to the running container | `[]` |
| `grafana.client.timeout` | The timeout in seconds for the Grafana Rest API on that instance | `5` |
| `grafana.labels` | Add additional labels to the grafana deployment, service and ingress resources | `{}` |
Expand Down Expand Up @@ -404,9 +406,6 @@ extraDeploy:
| `grafana.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the grafana container | `[]` |
| `grafana.secrets` | Optionally specify a list of secrets to be mounted to the grafana pod(s) | `[]` |
| `grafana.sidecars` | Add additional sidecar containers to the grafana pod(s) | `[]` |
| `grafana.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` |
| `grafana.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `grafana.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `grafana.pdb.minAvailable` and `grafana.pdb.maxUnavailable` are empty. | `""` |

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

Expand Down

0 comments on commit 4fa13ca

Please sign in to comment.