Skip to content

Commit 75dfcd4

Browse files
committed
Fix spellcheck
1 parent 59f3ea7 commit 75dfcd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chart/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3573,7 +3573,7 @@
35733573
]
35743574
},
35753575
"serviceAccount": {
3576-
"description": "Create ServiceAccount for pods created with pod-template-file. When this section is specified, the Service Account is created from 'templates/workers/worker-kubernetes-serviceaccount.yaml' file.",
3576+
"description": "Create ServiceAccount for pods created with pod-template-file. When this section is specified, the Service Account is created from ``templates/workers/worker-kubernetes-serviceaccount.yaml`` file.",
35773577
"type": "object",
35783578
"properties": {
35793579
"automountServiceAccountToken": {
@@ -3585,7 +3585,7 @@
35853585
"default": null
35863586
},
35873587
"create": {
3588-
"description": "Specifies whether a ServiceAccount should be created. If not specified, the ServiceAccount will be generated and used from 'templates/workers/worker-serviceaccount.yaml' file if `workers.serviceAccount.create` will be 'true'.",
3588+
"description": "Specifies whether a ServiceAccount should be created. If not specified, the ServiceAccount will be generated and used from ``templates/workers/worker-serviceaccount.yaml`` file if ``workers.serviceAccount.create`` will be 'true'.",
35893589
"type": [
35903590
"boolean",
35913591
"null"

0 commit comments

Comments
 (0)