Update the configMap
- Change these configMap files used in the deployment:
appd-db-agent-propertiesappd-db-agent-log-config
- Reapply the configMap:
CODE
kubectl apply appd-db-agent-propertiesCODEkubectl apply appd-db-agent-log-config - Rollout and restart the db-agent
CODE
kubectl rollout restart deployment <deployment-name>