Skip to content

Instantly share code, notes, and snippets.

@MahdiKarimipour
Created September 28, 2021 11:27
Show Gist options
  • Save MahdiKarimipour/51f81db85b7b596c0b02580c9456cdf2 to your computer and use it in GitHub Desktop.
Save MahdiKarimipour/51f81db85b7b596c0b02580c9456cdf2 to your computer and use it in GitHub Desktop.
CD Pipeline for Kubernetes Cluster
az account set --subscription subscription-id
az aks get-credentials --resource-group TechnologyLeads-Common --name technologyleads-aks
kubectl apply -f SecretProviderClass.yaml
helm uninstall ecosystem-identity-api-release
helm upgrade --install ecosystem-identity-api-release ./Helm --values ./Helm/values.production.yaml --set image.tag="v1.0.0" --set global.env.ASPNETCORE_ENVIRONMENT="Production"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment