Skip to content

Commit 0ff81b5

Browse files
committed
Remove 'command' from OCP 3.11 Deployer Spec
Remove the 'command' from the Job spec in 'postgres-operator-ocp311.yml' since a command is now provided in the container itself as part of the solution for supporting use of random UID's and the 'restricted' SCC in OpenShift.
1 parent 32a5d08 commit 0ff81b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

installers/kubectl/postgres-operator-ocp311.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ spec:
3333
restartPolicy: Never
3434
containers:
3535
- name: pgo-deploy
36-
command: ["/pgo-deploy.sh"]
3736
image: registry.developers.crunchydata.com/crunchydata/pgo-deployer:centos7-4.3.1
3837
imagePullPolicy: IfNotPresent
3938
env:

0 commit comments

Comments
 (0)