Skip to content

Commit d2aad56

Browse files
committed
changes for cm version, 2
1 parent 6b3c1b5 commit d2aad56

File tree

1 file changed

+2
-2
lines changed
  • internal/controller/standalone_pgadmin

1 file changed

+2
-2
lines changed

internal/controller/standalone_pgadmin/pod.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ func pod(
155155

156156
startup := corev1.Container{
157157
Name: naming.ContainerPGAdminStartup,
158-
Command: startupCommand(inPGAdmin),
158+
Command: startupCommand(),
159159
Image: container.Image,
160160
ImagePullPolicy: container.ImagePullPolicy,
161161
Resources: container.Resources,
@@ -346,7 +346,7 @@ done
346346
}
347347

348348
// startupCommand returns an entrypoint that prepares the filesystem for pgAdmin.
349-
func startupCommand(inPgadmin *v1beta1.PGAdmin) []string {
349+
func startupCommand() []string {
350350
// pgAdmin reads from the `/etc/pgadmin/config_system.py` file during startup
351351
// after all other config files.
352352
// - https://github.com/pgadmin-org/pgadmin4/blob/REL-7_7/docs/en_US/config_py.rst

0 commit comments

Comments
 (0)