For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configuration Changes for 2025.01.00

The below configuration changes needs to be done for the 2025.01.00 release.

Configuration changes for OpsMx License information in ISD UI

  • Add the following code to the oes-platform-config secret

 github:
      baseUrl: https://api.github.com
      repo: enterprise-argo
      owner: OpsMx
      path: <ecrypted_filePath>
      branch: <branchName>
      encryptKey: <hexadecimalOf16BytesRandomString>
      notifyValidityInDays: 30

  • Add the following code to configmap-argo.yml file if the License file needs to be downloaded.

"licenseFile":"<file_name.pdf>"

Configuration changes for Email Notification format

  • Add the following code to the oes-notification-service.yaml

Last updated