Create service account spec for a Kubernetes application. The req.rbac.serviceAccountSpec, if it not false, is merged into the spec created by this function using lodash.merge(default, req.rbac.serviceAccountSpec).
req.rbac.serviceAccountSpec
lodash.merge(default, req.rbac.serviceAccountSpec)
It is possible to override the service account name using the KubernetesApplication.serviceAccountSpec. If you do this, make sure you know what you are doing and also override it in the KubernetesApplication.roleBindingSpec.
application request
service account resource specification
Create or patch service account.
Kuberenetes application request
Kubernetes resource spec used to create/patch the resource
Generated using TypeDoc
Create service account spec for a Kubernetes application. The
req.rbac.serviceAccountSpec
, if it not false, is merged into the spec created by this function usinglodash.merge(default, req.rbac.serviceAccountSpec)
.It is possible to override the service account name using the KubernetesApplication.serviceAccountSpec. If you do this, make sure you know what you are doing and also override it in the KubernetesApplication.roleBindingSpec.