Skip to content

Commit

Permalink
e2e-test: app1 (#424)
Browse files Browse the repository at this point in the history
e2e-test #407

Co-authored-by: ci <[email protected]>
  • Loading branch information
github-actions[bot] and ci authored Sep 12, 2021
1 parent a8227ac commit 9fd3eac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions e2e_test/controller/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
resources:
- ../../config/default
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- digest: sha256:ed91593a13d2b0379f1f37196119555c281ec09b3484c56dc6c73cac9cdceb15
name: controller
newName: ghcr.io/int128/argocd-commenter
4 changes: 2 additions & 2 deletions e2e_test/fixture/app1/deployment/echoserver.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: echoserver
name: echoserver-test1
spec:
replicas: 1
selector:
Expand All @@ -14,6 +14,6 @@ spec:
spec:
containers:
- image: gcr.io/google_containers/echoserver:1.8
name: echoserver
name: echoserver-test1
ports:
- containerPort: 8080

0 comments on commit 9fd3eac

Please sign in to comment.