*What*
We will need to update the custom runtime APB to use the service name passed for the configmap rather than using name "custom service runtime".
The name of the configmap and the name of the service should reflect the service name passed in. We need ensure we label the configmap with the mobile-client-id:clientID
*How*
The client id should be passed as a param to the bind The binding playbook will need to be created along with unbind The provision playbook should create a configmap which it uses during the bind to create a new configmap labelled with the client id Need to consider multiple clients if we take the approach of a master configmap and someone edits that configmap (is there a better approach) the deprovision playbook should delete the master configmap |
|