Added ability to declare sub_path_expr in volume mounts. I more or less just grepped for sub_path and added the equivalent code for sub_path_expr. I'm a bit shocked that this hasn't been added already.
Acceptance tests
[x] Have you updated an existing acceptance tests for the functionality being added?
[x] Have you run the acceptance tests on this branch?
Output from acceptance testing:
$ make testacc TESTARGS="-run '^TestAccKubernetes(Deployment|Pod|ReplicationController)'"
...
PASS
Description
Added ability to declare sub_path_expr in volume mounts. I more or less just grepped for sub_path and added the equivalent code for sub_path_expr. I'm a bit shocked that this hasn't been added already.
Acceptance tests
Output from acceptance testing:
Release Note
Release note for CHANGELOG:
References
Community Note