Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GMC: replace the service and deployment name if GMC has defined (#98)
1. if GMC has defined the service name, replace the service name in the manifests with the GMC's defined service name and replace the deployment name with "GMC's defined service name" + "-deployment" 2. remove dynamicClient from code, this could help the UT issue 3. set 1min timeout for error provisioning resources to k8s 4. avoid double reconciling when GMC is setting a graph's status 5. reconcile router if GMC spec is changed, previously router don't change if it is existing
- Loading branch information