We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71974fd commit 0aefacdCopy full SHA for 0aefacd
test/examples/image-updater/deployment.yaml
@@ -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
15
16
+ spec:
17
+ containers:
18
+ - name: test
19
+ image: quay.io/devtools_gitops/guestbook_go:1.0.0
test/examples/image-updater/kustomization.yaml
@@ -0,0 +1,2 @@
+resources:
+ - deployment.yaml
0 commit comments