File tree 2 files changed +2
-1
lines changed
deploy/helm/grafana-operator
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ But if you generate new RBAC rules or create new deployment options for the oper
93
93
94
94
Chart.yaml ` appVersion ` follows the grafana-operator version but the helm chart is versioned separately.
95
95
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.
97
97
98
98
### Kustomize
99
99
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ It's easier to just manage this configuration outside of the operator.
65
65
| additionalLabels | object | ` {} ` | additional labels to add to all resources |
66
66
| affinity | object | ` {} ` | pod affinity |
67
67
| env | list | ` [] ` | Additional environment variables |
68
+ | extraObjects | list | ` [] ` | Array of extra K8s objects to deploy |
68
69
| fullnameOverride | string | ` "" ` | Overrides the fully qualified app name. |
69
70
| image.pullPolicy | string | ` "IfNotPresent" ` | The image pull policy to use in grafana operator container |
70
71
| image.repository | string | ` "ghcr.io/grafana/grafana-operator" ` | grafana operator image repository |
You can’t perform that action at this time.
0 commit comments