default service account for pooler

This commit is contained in:
Felix Kunde 2021-01-25 14:13:16 +01:00
parent 4b07d2578e
commit 8c88031ccd
1 changed files with 0 additions and 1 deletions

View File

@ -292,7 +292,6 @@ func (c *Cluster) generateConnectionPoolerPodTemplate(role PostgresRole) (
Annotations: c.annotationsSet(c.generatePodAnnotations(spec)),
},
Spec: v1.PodSpec{
ServiceAccountName: c.OpConfig.PodServiceAccountName,
TerminationGracePeriodSeconds: &gracePeriod,
Containers: []v1.Container{poolerContainer},
// TODO: add tolerations to scheduler pooler on the same node