Skip to content

Commit 0aefacd

Browse files
authored
Add example dir for image updater test (#1126)
Signed-off-by: Varsha B <vab@redhat.com>
1 parent 71974fd commit 0aefacd

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
apiVersion: apps/v1
2+
kind: Deployment
3+
metadata:
4+
name: e2e-registry
5+
spec:
6+
replicas: 1
7+
selector:
8+
matchLabels:
9+
app: test-app-005
10+
component: argocd-image-updater-e2e
11+
template:
12+
metadata:
13+
labels:
14+
app: test-app-005
15+
component: argocd-image-updater-e2e
16+
spec:
17+
containers:
18+
- name: test
19+
image: quay.io/devtools_gitops/guestbook_go:1.0.0
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
resources:
2+
- deployment.yaml

0 commit comments

Comments
 (0)