Skip to content

Commit f0815fc

Browse files
authored
remove debug log of Spilo env vars (zalando#1591)
1 parent f105533 commit f0815fc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/cluster/k8sres.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,9 +1170,6 @@ func (c *Cluster) generateStatefulSet(spec *acidv1.PostgresSpec) (*appsv1.Statef
11701170
}
11711171

11721172
// generate the spilo container
1173-
c.logger.Debugf("Generating Spilo container, environment variables")
1174-
c.logger.Debugf("%v", spiloEnvVars)
1175-
11761173
spiloContainer := generateContainer(constants.PostgresContainerName,
11771174
&effectiveDockerImage,
11781175
resourceRequirements,

0 commit comments

Comments
 (0)