diff --git a/etc/azure/deploy-to-k8s.yml b/etc/azure/deploy-to-k8s.yml index ee049d9..98c3a1f 100644 --- a/etc/azure/deploy-to-k8s.yml +++ b/etc/azure/deploy-to-k8s.yml @@ -12,7 +12,7 @@ steps: - task: HelmDeploy@0 inputs: connectionType: 'Azure Resource Manager' - azureSubscription: 'volosoft' + azureSubscription: 'volosoft(fe02ef9f-9e1c-4e40-b924-505981688dd8)' azureResourceGroup: 'volo' kubernetesCluster: 'volo' useClusterAdmin: true @@ -22,7 +22,4 @@ steps: chartName: 'eventhub' releaseName: 'eh-az' valueFile: 'etc/k8s/helm-chart/eventhub/values.azure.yaml' - arguments: '--namespace eventhub --create-namespace' - azureContainerRegistry: 'volocr.azurecr.io' - azureResourceGroupForACR: 'volo' - azureSubscriptionForACR: 'volosoft' \ No newline at end of file + arguments: '--namespace eventhub --create-namespace' \ No newline at end of file