@dan_phonovation Sorry about the confusion. Admin Settings is just an alternative way of updating the environment variables directly in the UI instead of on the docker.env or values.yaml file on K8s. Admin Settings is only available to SuperAdmins.
Hey @dan_phonovation, thank you for asking, and sorry for the confusion. You are right, in a k8s deployment, the values from your ConfigMap, are treated as canonical, and are the ones that are actually used by Appsmith. What shows up in Admin Settings is unfortunately not in sync with the ConfigMap, predominantly because Appsmith backend server doesn’t have access to the ConfigMap resource directly. We are working on fixing the confusion, yes.
Note that this confusion only for k8s deployments. On a docker-compose based deployment, it should work well. We are working to fix this on k8s as well.
Please make configuration changes to your instance directly in your ConfigMap (via the values.yaml) only.