Passing AKS name as an environment variable for schema data init job
What is happening : Currently, during schema data initialization job, the name of the AKS Cluster in which schemas are to be loaded are fetched via az commands.
What is the fix : Instead of using az commands, we simply pass the correct AKS cluster name as an environment variable to the shell file that loads the schemas.