-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are username and password values required? #11
Comments
i found this in documentation about username and password setting for controller : Reference is on this page : https://docs.appdynamics.com/display/PRO21/Install+the+Cluster+Agent+with+Helm+Charts It makes sense knowing that helm deployment works well with only the accessKey, it would be nice to have this information at the helm installation steps for a better understanding. |
the chart fails dramatically when auto-instrumentation is enabled and username and password is not set. |
We're using this chart in a gitops way (rendering out the chart and then utilizing kustomize with argocd) the secret that this generates actually breaks our deployment so I'd like to see a way to override this section and disable the auto generated secret (we use external-secrets or, in the past, a CSI driver to sync this secret down from an actual secret store) |
The documentation says that the following is required --
Are the username and password fields really required, or is the access key sufficient, or vice-versa?
The text was updated successfully, but these errors were encountered: