File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
internal/controller/standalone_pgadmin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
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
You can’t perform that action at this time.
0 commit comments