This step switches the nodekey and generated accounts' password file to the copy in /qdata_decrypted, which once Key Vault integration is added, will be the location for the useable files after decryption. note that /qdata_decrypted is a special folder mounted via --tmpfs (using k8s "emptyDir": { "medium": "Memory" } mount type), so that the decrypted files will never be persisted on disk
This step switches the nodekey and generated accounts' password file to the copy in /qdata_decrypted, which once Key Vault integration is added, will be the location for the useable files after decryption. note that /qdata_decrypted is a special folder mounted via --tmpfs (using k8s "emptyDir": { "medium": "Memory" } mount type), so that the decrypted files will never be persisted on disk