- The
default
target installs the operator in thepostgres-operator
namespace and configures it to manage resources in all namespaces.
-
The
crd
base createsCustomResourceDefinition
s that are managed by the operator. -
The
manager
base creates theDeployment
that runs the operator. Do not run this as a target. -
The
rbac
base creates aClusterRole
that allows the operator to manage resources in all current and future namespaces.