Context
Tags are used by apps to identify service instances; they are shown in the app VCAP_SERVICES env. Currently, the
ServiceInstance type contains the parameter field tags but this is not processed by the controller.
Scope
If tags is provided, the controller should process the field during all stages of reconciliation.
Technical Steps
- update client to ensure the parameter
tags are mapped
- update controller to ensure
tags are observed, and updated in case of drift.
Context
Tagsare used by apps to identify service instances; they are shown in the app VCAP_SERVICES env. Currently, theServiceInstancetype contains the parameter fieldtagsbut this is not processed by the controller.Scope
If
tagsis provided, the controller should process the field during all stages of reconciliation.Technical Steps
tagsare mappedtagsare observed, and updated in case of drift.