Skip to content

Commit

Permalink
Canary pipeline fixes (#224)
Browse files Browse the repository at this point in the history
* Add vars template to canary pipeline

* Enable ACR authentication on AKS using a service principal
- Upgrade helm version to 3.1.1
- Remove ACR secret from the abtest-model deployment
  • Loading branch information
tcare authored Mar 9, 2020
1 parent efddca9 commit 86c6a1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .pipelines/abtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ trigger:
- ml_service/util/smoke_test_scoring_service.py

variables:
- template: diabetes_regression-variables-template.yml
- group: 'devopsforai-aml-vg'
- name: 'helmVersion'
value: 'v3.0.1'
value: 'v3.1.1'
- name: 'helmDownloadURL'
value: 'https://get.helm.sh/helm-$HELM_VERSION-linux-amd64.tar.gz'
- name: 'blueReleaseName'
Expand Down
3 changes: 1 addition & 2 deletions charts/abtest-model/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ spec:
containerPort: 5001
- name: probe
containerPort: 8086
imagePullSecrets:
- name: aks-secret

0 comments on commit 86c6a1f

Please sign in to comment.