Hi
I have trident in k8s environment. We have a requirement to provision volumes with specific naming convention.
SVMname_<application-id>_<Environment>_volxxx_s1
E.g.
AU2004NP0400_A0009A_PROD_vol001_s1
AU2004NT0400_A0033F_TEST_vol001_s2
As per trident documentation custom volume names can be created. However, I am not able to identify the correct options to be used for achieving this.
Any help is much appreciated.