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.
Add the APPDYNAMICS_AGENT_ACCOUNT_ACCESS_KEY property in
appd-db-agent-properties configMap.
Note: Do not encode the property.
Reapply the appd-db-agent-properties configMap.
kubectl apply appd-db-agent-properties
Comment out thespec.template.spec.containers.envFrom.secretRef section in the dbagent.deployment.yaml file.