-
The
defaulttarget installs the operator in thepostgres-operatornamespace and configures it to manage resources in all namespaces. -
The
singlenamespacetarget installs the operator in thepostgres-operatornamespace and configures it to manage resources in that same namespace.
-
The
crdbase createsCustomResourceDefinitions that are managed by the operator. -
The
managerbase creates theDeploymentthat runs the operator. Do not run this as a target. -
The
rbac/clusterbase creates aClusterRolethat allows the operator to manage resources in all current and future namespaces. -
The
rbac/namespacebase creates aRolethat limits the operator to managing a single namespace. Do not run this as a target.