Skip to content

Commit 1a9db2c

Browse files
authored
Merge pull request #14452 from bergerhoffer/BZ-1699700
BZ-1699700: Fixing default OpenShift Ansible Broker options
2 parents 34f786d + 705587e commit 1a9db2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/sb-configuring-ansible-service-broker-options.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can set the following options for your {asb-name}.
2323

2424
|`brokerImage`
2525
|The fully qualified image used for the broker.
26-
|`docker.io/ansibleplaybookbundle/origin-ansible-service-broker:v3.11`
26+
|`docker.io/ansibleplaybookbundle/origin-ansible-service-broker:v4.0`
2727

2828
|`brokerImagePullPolicy`
2929
|The pull policy used for the broker image itself.
@@ -47,7 +47,7 @@ You can set the following options for your {asb-name}.
4747

4848
|`sandboxRole`
4949
|The role granted to the service account used to execute APBs.
50-
|`admin`
50+
|`edit`
5151

5252
|`keepNamespace`
5353
|Whether the transient namespace created to run the APB is deleted after the conclusion of the APB, regardless of the result.

0 commit comments

Comments
 (0)