Add support for creating/setting Kubernetes ServiceAccount #448

Closed
opened 2023-05-24 12:26:00 +00:00 by tobiasbp · 1 comment
tobiasbp commented 2023-05-24 12:26:00 +00:00 (Migrated from gitea.com)

Hello there. I'd like to add support for setting the Kubernetes ServiceAccount for the Gitea pod to use.

I'm imagining something like this in Values.yaml:

serviceAccount:
  # Specifies whether a service account should be created
  create: true
  # Annotations to add to the service account
  annotations: {}
  # Labels for add to the service account
  annotations: {}
  # The name of the service account to use.
  # If not set and create is true, a name is generated using the fullname template
  name: my-service-account

Would you accept a PR for this feature?

Hello there. I'd like to add support for setting the Kubernetes ServiceAccount for the Gitea pod to use. I'm imagining something like this in _Values.yaml_: ``` serviceAccount: # Specifies whether a service account should be created create: true # Annotations to add to the service account annotations: {} # Labels for add to the service account annotations: {} # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template name: my-service-account ``` Would you accept a PR for this feature?
tobiasbp commented 2023-05-24 12:33:31 +00:00 (Migrated from gitea.com)

Ah... There is a PR for this feature here: https://gitea.com/gitea/helm-chart/pulls/357

Ah... There is a PR for this feature here: https://gitea.com/gitea/helm-chart/pulls/357
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lunny/helm-chart#448
No description provided.