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
The metrics extension depends on a complex json object that should be added as a string field named as config.json in the configmap argocd-metrics-server-configmap. As today the expected json format isn't documented anywhere, it makes it hard for users to craft it correctly.
As part of this issue, we should publish the jsonschema based on the json struct defined in the Go code:
The metrics extension depends on a complex json object that should be added as a string field named as
config.json
in the configmapargocd-metrics-server-configmap
. As today the expected json format isn't documented anywhere, it makes it hard for users to craft it correctly.As part of this issue, we should publish the jsonschema based on the json struct defined in the Go code:
The same published jsonschema should be used to validate the
config.json
in the configmap during application bootstrap.Suggested library that could be used to generate the jsonschema:
The text was updated successfully, but these errors were encountered: