Skip to content

Passing AKS name as an environment variable for schema data init job

Ritushi Shanker requested to merge AKSNameFetch 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