Skip to content

Adding AKS Cluster name as a value in the helm chart of schema-data-initialization

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 yaml files that creates the helm charts required for schema data initialization job.

Merge request reports