The official Trident documentation describes an update of the Trident backend configuration (without changing any key-values !) using "tridentclt" for certain processes. (e.g. detecting new aggregates..)
e.g.
./tridentctl update backend <backend-name> -f <backend-json-file> -n <namespace>
We are using TridentBackendConfig CR instead of tridentctl for the backend management regarding: https://docs.netapp.com/us-en/trident/trident-use/backend_options.html
How do I proceed when using TridentBackendConfig CR instead of tridentctl for the backend update ?