You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -299,6 +301,11 @@ your storage configuration. Adjust this file for NFS or other storage configura
299
301
Note that the *pgo.yaml* configuration file assumes your Kubernetes configuration file is located in */etc/kubernetes/admin.conf*. Update this kubeconfig
300
302
path to match your local Kubernetes configuration file location.
301
303
304
+
The version of PostgreSQL container the Operator will deploy is determined
305
+
by the *CCPImageTag* setting in the *$COROOT/conf/apiserver/pgo.yaml*
306
+
configuration file. By default, this value is set to the latest
307
+
release of the Crunchy Container Suite.
308
+
302
309
More in-depth explanations of postgres operator configurations are available
303
310
in the link:config.asciidoc[Configuration] document.
304
311
@@ -321,28 +328,6 @@ kubectl get crd
321
328
322
329
Strategies for deploying the operator can be found in the link:design.asciidoc[PostgreSQL Operator Design] document.
323
330
324
-
=== Makefile Targets
325
-
326
-
The following table describes the Makefile targets:
0 commit comments