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:
    CODE
    kubectl apply appd-db-agent-properties
    CODE
    kubectl apply appd-db-agent-log-config
  3. Rollout and restart the db-agent
    CODE
    kubectl rollout restart deployment <deployment-name>