Skip to content

Commit f3ace93

Browse files
author
Moussa Ouattara
committed
up
1 parent e83f6a6 commit f3ace93

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/helloworld.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,13 @@ jobs:
5353
namespace: ${{ env.NAMESPACE }}
5454
arguments: --force true
5555

56-
# FIXME
57-
- run: |
58-
pwd
59-
ls -lh
60-
6156
# Deploy app to AKS
6257
- uses: azure/k8s-deploy@v1
6358
with:
6459
manifests: |
6560
${{ github.workspace }}/manifests/deployment.yaml
6661
${{ 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 }}
6963
imagepullsecrets: |
7064
${{ env.SECRET }}
7165
namespace: ${{ env.NAMESPACE }}

manifests/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
"kubernetes.io/os": linux
1717
containers:
1818
- name: helloworld
19-
image: karthequian/helloworld:latest
19+
image: <image>
2020
resources:
2121
requests:
2222
cpu: 100m

0 commit comments

Comments
 (0)