Add labels and annotations to Org namespace on control-plane #96
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: servala/servala-portal#96
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stories
As an admin, I want to see additional information about a namespace in the control-plane
We generate the organization namespace to be
org-$ID
, which lacks information when working directly on the control-plane.Implementation Notes
When creating a namespace in the control-plane, set the following metadata:
Labels:
servala.com/organization_id = $Organization.id
servala.com/erp_company_id = $Organization.billing_entity.odoo_company_id
servala.com/erp_invoice_id = $Organization.billing_entity.odoo_invoice_id
Annotations:
servala.com/organization = $Organization.name
servala.com/billing = $Organization.billing_entity.name
servala.com/origin = $Organization.OrganizationOrigin.name
servala.com/origin = $Organization.sales_order
Refs: