Skip to content

Commit 65e529f

Browse files
jmckulkjkatz
authored andcommitted
Adds missing pgo_client_install variable
This var was not documented but is used by the Ansible installer to download the pgo client binary. This change adds the var back to the inventory and docs.
1 parent 5b2be2b commit 65e529f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/content/installation/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Operator.
7070
| `pgo_apiserver_url` | https://postgres-operator | | Sets the `pgo_apiserver_url` for the `pgo-client` deployment. |
7171
| `pgo_client_cert_secret` | pgo.tls | | Sets the secret that the `pgo-client` will use when connecting to the PostgreSQL Operator. |
7272
| `pgo_client_container_install` | false | | Run the `pgo-client` deployment with the PostgreSQL Operator. |
73+
| `pgo_client_install` | true | | Enable to download the `pgo` client binary as part of the Ansible install |
7374
| `pgo_client_version` | {{< param operatorVersion >}} | **Required** | |
7475
| `pgo_cluster_admin` | false | **Required** | Determines whether or not the cluster-admin role is assigned to the PGO service account. Must be true to enable PGO namespace & role creation when installing in OpenShift. |
7576
| `pgo_disable_eventing` | false | | Set to configure whether or not eventing should be enabled for the Crunchy PostgreSQL Operator installation. |

installers/ansible/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ pgo_apiserver_port: "8443"
5353
pgo_apiserver_url: "https://postgres-operator"
5454
pgo_client_cert_secret: "pgo.tls"
5555
pgo_client_container_install: "false"
56+
pgo_client_install: "true"
5657
pgo_client_version: "v4.4.0-rc.1"
5758
pgo_cluster_admin: "false"
5859
pgo_disable_eventing: "false"

0 commit comments

Comments
 (0)