Edit the secrets.yaml File
Run the following command to edit the secrets.yaml.encrypted file:
helm secrets edit /var/appd/config/secrets.yaml.encryptedsecrets.yaml file is at /var/appd/config/secrets.yaml, but after installing the Splunk AppDynamics services, the file is automatically encrypted and moved to /var/appd/config/secrets.yaml.encrypted.appdController
Enter the following parameters for to access the controller:
rootPassword: Reset theRootpassword to access Controller administration page. Default value iswelcome.adminUsername: create and specify the administrator username. Default value isadmin.adminPassword: create and specify the password for the admin user. Default value iswelcome.
appdController:
rootUsername: root
rootPassword: welcome
rootAccountname: system
adminUsername: admin
adminPassword: welcomemysql
Specify the MySQL bootstrap configuration. This includes the root user and EUM user configuration.
mysql:
secret:
rootUser: root
rootPassword: <Password>
rootHost: '%'
eumDb: eum_db
eumDbUser: eum_user
eumDbPassword: <Password>tls
Specify the password to protect the keystore used by the Virtual Appliance services.
tls:
keyStorePassword: changeithybrid
This section is only for hybrid deployment.
Provide the Controller and MySQL credentials.
hybrid:
controller:
controllerKey: <Controller-Key-Value>
tenantAccountName: customer1
rootUsername: root
rootPassword: welcome
rootAccountname: system
adminUsername: admin
adminPassword: welcome
mysql:
dbUser: secapp
dbPassword: changeit