Allow to use an existing service account in Deployment Kubernetes resource configuration without having to create one with this chart.
Implementation details
The parameter serviceAccount.name was already used to compute conduktor-gateway.serviceAccountName but not documented in the values list. Therefore we can always set the serviceAccountName parameter of the Deployment Kubernetes resource as it will take the default one if nothing is specified.
Context
Allow to use an existing service account in
Deployment
Kubernetes resource configuration without having to create one with this chart.Implementation details
The parameter
serviceAccount.name
was already used to computeconduktor-gateway.serviceAccountName
but not documented in the values list. Therefore we can always set theserviceAccountName
parameter of theDeployment
Kubernetes resource as it will take thedefault
one if nothing is specified.Related issues
Fixes #101