Skip to content

Draft: Passing AKS as an environment variable for schema data initialization job

Ritushi Shanker requested to merge schemaDataSeedfix into azure/m18-master

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

Merge request reports