Skip to content

Commit

Permalink
fix flaky e2e test 1-034_validate_applicationset_reconcile_enabled_se…
Browse files Browse the repository at this point in the history
…t_false (#1215)

Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
(cherry picked from commit 7e7008d)
  • Loading branch information
ishitasequeira authored Feb 6, 2024
1 parent 0556c7d commit cbf06fe
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 41 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
apiVersion: argoproj.io/v1beta1
kind: ArgoCD
metadata:
name: argocd-test
namespace: test
spec:
controller:
enabled: false
redis:
enabled: false
repo:
enabled: false
server:
enabled: false
applicationSet:
enabled: false
status:
phase: Available

---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: argocd-test-argocd-application-controller
namespace: test

---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: argocd-test-argocd-application-controller
namespace: test

---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: argocd-test-argocd-server
namespace: test

---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: argocd-test-argocd-redis-ha
namespace: test
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
apiVersion: argoproj.io/v1beta1
kind: ArgoCD
metadata:
name: argocd-test
namespace: test
status:
phase: Available
---
apiVersion: apps/v1
kind: Deployment
Expand All @@ -26,38 +19,4 @@ metadata:
name: argocd-test-server
namespace: test

---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: argocd-test-server
namespace: test

---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: argocd-test-application-controller
namespace: test

---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: argocd-test-argocd-application-controller
namespace: test

---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: argocd-test-argocd-server
namespace: test

---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: argocd-test-argocd-redis-ha
namespace: test

0 comments on commit cbf06fe

Please sign in to comment.