Provide the Account Access Key as a Parameter

Provide the account access key as a parameter. By default, the db-agent deployment uses a secret for the account access key. However, if you want to pass the account access key as a parameter, perform these steps:
Warning: Splunk AppDynamics recommends using a secret for the account access key.
  1. Add the APPDYNAMICS_AGENT_ACCOUNT_ACCESS_KEY property in appd-db-agent-properties configMap.
    Note: Do not encode the property.
  2. Reapply the appd-db-agent-properties configMap.
    kubectl apply appd-db-agent-properties
  3. Comment out thespec.template.spec.containers.envFrom.secretRef section in the dbagent.deployment.yaml file.
  4. Reapply the db-agent deployment:
    kubectl apply -f dbagent.deployment.yaml