Skip to content

Commit

Permalink
Add QA
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliano Goncalves committed Jul 17, 2023
1 parent f52db94 commit dd4f96e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
cd ./python
echo "${{ secrets.DOCKERPW }}" | docker login -u "julianoalberto" --password-stdin
docker image build -t julianoalberto/gitops:hellov1.0 .
docker push julianoalberto/gitops:hellov1.0
docker push julianoalberto/gitops:hellov1.2
19 changes: 19 additions & 0 deletions qa/hello.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: hello
namespace: lasample
labels:
app: hello
spec:
selector:
matchLabels:
app: hello
template:
metadata:
labels:
app: hello
spec:
containers:
- name: hello
image: linuxacademycontent/gitops:hellov1.1

0 comments on commit dd4f96e

Please sign in to comment.