.metadata.automountServiceAccountToken not correct for ServiceAccount, might be .automountServiceAccountToken #47

Closed
opened 2026-02-15 19:15:46 -05:00 by yindo · 1 comment
Owner

Originally created by @OlivierJavaux on GitHub (Nov 26, 2024).

In the template service-account.yaml, automountServiceAccountToken is declared in the metadata section while it might be declared at root level.

$ kubectl explain serviceaccount.metadata.automountServiceAccountToken
KIND:       ServiceAccount
VERSION:    v1

error: field "automountServiceAccountToken" does not exist

$ kubectl explain serviceaccount.automountServiceAccountToken
KIND:       ServiceAccount
VERSION:    v1


FIELD: automountServiceAccountToken <boolean>
...
Originally created by @OlivierJavaux on GitHub (Nov 26, 2024). In the template service-account.yaml, automountServiceAccountToken is declared in the metadata section while it might be declared at root level. ``` $ kubectl explain serviceaccount.metadata.automountServiceAccountToken KIND: ServiceAccount VERSION: v1 error: field "automountServiceAccountToken" does not exist $ kubectl explain serviceaccount.automountServiceAccountToken KIND: ServiceAccount VERSION: v1 FIELD: automountServiceAccountToken <boolean> ... ```
yindo closed this issue 2026-02-15 19:15:46 -05:00
Author
Owner

@zadjadr commented on GitHub (Nov 27, 2024):

Fixed with this: https://github.com/open-webui/helm-charts/pull/113

That PR also adds automated CI checks so such issues don't arise again. Just waiting for approval from the maintainers.

@zadjadr commented on GitHub (Nov 27, 2024): Fixed with this: https://github.com/open-webui/helm-charts/pull/113 That PR also adds automated CI checks so such issues don't arise again. Just waiting for approval from the maintainers.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#47