UMA has been working and suddenly it stopped after application upgrade with helm
After application upgrade using hem, we found that the JAVA_TOOL_OPTIONS environment had been overwritten as a result the required -javaagent and its values removed so uma autoattach not longer working
Instead of using :
helm upgrade <release-name> <chart-path>
Use:
helm upgrade <release-name> <chart-path> --force
--force. This causes the UMA to start with the autottach process