Created
September 28, 2021 11:27
-
-
Save MahdiKarimipour/51f81db85b7b596c0b02580c9456cdf2 to your computer and use it in GitHub Desktop.
CD Pipeline for Kubernetes Cluster
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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