Skip to content

Commit e3d097b

Browse files
committed
Fix spellcheck
1 parent be189c1 commit e3d097b

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
@@ -3470,7 +3470,7 @@
34703470
]
34713471
},
34723472
"serviceAccount": {
3473-
"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.",
3473+
"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.",
34743474
"type": "object",
34753475
"properties": {
34763476
"automountServiceAccountToken": {
@@ -3482,7 +3482,7 @@
34823482
"default": null
34833483
},
34843484
"create": {
3485-
"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'.",
3485+
"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'.",
34863486
"type": [
34873487
"boolean",
34883488
"null"

0 commit comments

Comments
 (0)