You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I might be mistaken, but it seems to me that modifying the configYaml field does not impact the installed chart. For example, here is an extract of my values.yaml file:
This is the default config.yml file, except for the initialAdminPassword: here, the password is "admin" and not "admin123", yet after IQ is installed, I can't login with the credentials admin/admin, but the credentials admin/admin123 work.
It is interesting to note that the file /etc/nexus-iq-server/config.yml in the pod is indeed the one I provided (with the password "admin").
If I did something wrong, please explain me how I should proceed. Otherwise, it would be great if you could fix this issue.
The text was updated successfully, but these errors were encountered:
I can confirm that the value of initialAdminPassword in config.yml is ignored with the current version 1.183.0, even on the first startup with an empty filesystem and database. And it's not documented for the current version, so I guess not existing any more: https://help.sonatype.com/en/config-yaml.html.
I might be mistaken, but it seems to me that modifying the configYaml field does not impact the installed chart. For example, here is an extract of my values.yaml file:
This is the default config.yml file, except for the initialAdminPassword: here, the password is "admin" and not "admin123", yet after IQ is installed, I can't login with the credentials admin/admin, but the credentials admin/admin123 work.
It is interesting to note that the file /etc/nexus-iq-server/config.yml in the pod is indeed the one I provided (with the password "admin").
If I did something wrong, please explain me how I should proceed. Otherwise, it would be great if you could fix this issue.
The text was updated successfully, but these errors were encountered: