Skip to content

Commit 0ef2d28

Browse files
authored
docs: Correct the serviceAccount schema descriptions (#750)
1 parent 471cd8a commit 0ef2d28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deploy/helm/hive-operator/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"title": "Create the service account",
7878
"type": "boolean",
7979
"default": true,
80-
"description": "Whether the chart creates the ServiceAccount and the ClusterRoleBinding that grants it the operator's ClusterRole. Set to false when your cluster does not allow a chart to create cluster-scoped RBAC. The ClusterRoles themselves are always created by the chart, so in that case you only have to create the ServiceAccount and a ClusterRoleBinding from it to <release>-hive-operator-clusterrole, then set serviceAccount.name to the name you gave it."
80+
"description": "Whether the chart creates the ServiceAccount the operator runs as. Set to false to bring your own, then name it in serviceAccount.name. The ClusterRole and the ClusterRoleBinding that grants it are created by the chart either way, so an existing ServiceAccount still receives the operator's permissions."
8181
},
8282
"annotations": {
8383
"title": "Service account annotations",
@@ -87,7 +87,7 @@
8787
},
8888
"name": {
8989
"title": "Service account name",
90-
"description": "Name of the ServiceAccount the operator pod runs as. Leave empty to use the generated name, <release>-hive-operator-serviceaccount. Required when serviceAccount.create is false, where it tells the Deployment which existing ServiceAccount to use.",
90+
"description": "Name of the ServiceAccount the operator pod runs as. Leave empty to use the generated name, <release>-hive-operator-serviceaccount. Required when serviceAccount.create is false, where it tells the chart which existing ServiceAccount the Deployment should run as and the ClusterRoleBinding should grant.",
9191
"type": "string",
9292
"default": ""
9393
}

0 commit comments

Comments
 (0)