Skip to content

Files

Latest commit

 

History

History
28 lines (19 loc) · 737 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 737 Bytes

Targets

  • The default target installs the operator in the postgres-operator namespace and configures it to manage resources in all namespaces.

Bases

  • The crd base creates CustomResourceDefinitions that are managed by the operator.

  • The manager base creates the Deployment that runs the operator. Do not run this as a target.

  • The rbac base creates a ClusterRole that allows the operator to manage resources in all current and future namespaces.