appdynamics-charts
appdynamics-charts copied to clipboard
Helm charts for AppDynamics
I can't figure out any way to get the chart to take tolerations, ``` daemonset: tolerations: - effect: NoSchedule operator: Exists ``` this does not work ``` Error: Failed to...
## What This pull request adds an extra field in the values.yaml `controllerInfo.existingSecret` which can be set as true or false. It then wraps around the creation of the `cluster-agent-secret`...
PodSecurityPolicy was deprecated in Kubernetes v1.21, and removed from Kubernetes in v1.25. Allow option PSP to be disables for migration to K8S 1.25.
Hi all, I have deployed the operator on OCP 4.11.9. The `k8s-cluster-agent` logs reported errors about listing resources at cluster scope like the one below: `failed to list *v1.Deployment: deployments.apps...
Hello guys, I`m trying to deploy the cluster-agent helm chart in a EKS cluster running with some Fargate instances and I see some pods in Pending state because they can't...
Version v1.9.0 of the Cluster Agent Helm Chart used to make the Cluster Agent Name using the syntax `"%s-%s" .Release.Name "appdynamics-cluster-agent"` this was changed in v1.10.0 to derive the name...
Currently, the appdynamics-charts requires the access key to be hardcoded, limiting the flexibility and security of the integration. To adhere to best practices and enhance the overall security posture, we...
This request let's you define ENV variable in Helm which can already be done with cluster-agent.yaml file
There does not seem to be any documentation regarding how the Kubernetes server name is set when looking in the App Dynamics Portal at **Servers** > **Clusters**. For me, this...
The documentation says that the following is required -- ``` controllerInfo: url: account: username: password: accessKey: ``` Are the username and password fields really required, or is the access key...