File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -53,19 +53,13 @@ jobs:
53
53
namespace : ${{ env.NAMESPACE }}
54
54
arguments : --force true
55
55
56
- # FIXME
57
- - run : |
58
- pwd
59
- ls -lh
60
-
61
56
# Deploy app to AKS
62
57
- uses : azure/k8s-deploy@v1
63
58
with :
64
59
manifests : |
65
60
${{ github.workspace }}/manifests/deployment.yaml
66
61
${{ github.workspace }}/manifests/service.yaml
67
- images : |
68
- ${{ env.REGISTRY_NAME }}.azurecr.io/${{ env.APP_NAME }}:${{ github.sha }}
62
+ images : ${{ env.REGISTRY_NAME }}.azurecr.io/${{ env.APP_NAME }}:${{ github.sha }}
69
63
imagepullsecrets : |
70
64
${{ env.SECRET }}
71
65
namespace : ${{ env.NAMESPACE }}
Original file line number Diff line number Diff line change 16
16
" kubernetes.io/os " : linux
17
17
containers :
18
18
- name : helloworld
19
- image : karthequian/helloworld:latest
19
+ image : <image>
20
20
resources :
21
21
requests :
22
22
cpu : 100m
You can’t perform that action at this time.
0 commit comments