Skip to content

Commit e00822f

Browse files
committed
chore: run helm make/docs and update CONTRIBUTION README
1 parent 3c7bfdc commit e00822f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ But if you generate new RBAC rules or create new deployment options for the oper
9393

9494
Chart.yaml `appVersion` follows the grafana-operator version but the helm chart is versioned separately.
9595

96-
If you add update the chart don't forget to run `make helm-docs`, which will update the helm specific README file.
96+
If you add update the chart don't forget to run `make helm/docs`, which will update the helm specific README file.
9797

9898
### Kustomize
9999

deploy/helm/grafana-operator/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ It's easier to just manage this configuration outside of the operator.
6565
| additionalLabels | object | `{}` | additional labels to add to all resources |
6666
| affinity | object | `{}` | pod affinity |
6767
| env | list | `[]` | Additional environment variables |
68+
| extraObjects | list | `[]` | Array of extra K8s objects to deploy |
6869
| fullnameOverride | string | `""` | Overrides the fully qualified app name. |
6970
| image.pullPolicy | string | `"IfNotPresent"` | The image pull policy to use in grafana operator container |
7071
| image.repository | string | `"ghcr.io/grafana/grafana-operator"` | grafana operator image repository |

0 commit comments

Comments
 (0)