Update the configMap

Update the configMap.
  1. Change these configMap files used in the deployment:
    • appd-db-agent-properties
    • appd-db-agent-log-config
  2. Reapply the configMap:
    kubectl apply appd-db-agent-properties
    kubectl apply appd-db-agent-log-config
  3. Rollout and restart the db-agent
    kubectl rollout restart deployment <deployment-name>