Skip to content

Commit

Permalink
fix: failing test due to timeout
Browse files Browse the repository at this point in the history
Signed-off-by: iam-veeramalla <[email protected]>
  • Loading branch information
iam-veeramalla committed Aug 8, 2024
1 parent f38de2c commit 34550ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
apiVersion: kuttl.dev/v1beta1
kind: TestAssert
timeout: 60
---
apiVersion: argoproj.io/v1alpha1
kind: ArgoCD
metadata:
Expand Down Expand Up @@ -59,14 +63,14 @@ spec:
name: gpg-keys
- mountPath: /app/config/gpg/keys
name: gpg-keyring
- mountPath: /tmp
name: tmp
- mountPath: /app/config/reposerver/tls
name: argocd-repo-server-tls
- mountPath: /app/config/reposerver/tls/redis
name: argocd-operator-redis-tls
- mountPath: /home/argocd/cmp-server/plugins
name: plugins
- mountPath: /tmp
name: tmp
volumes:
- configMap:
defaultMode: 420
Expand All @@ -82,8 +86,6 @@ spec:
name: gpg-keys
- emptyDir: {}
name: gpg-keyring
- emptyDir: {}
name: tmp
- name: argocd-repo-server-tls
secret:
defaultMode: 420
Expand All @@ -98,6 +100,8 @@ spec:
name: var-files
- emptyDir: {}
name: plugins
- emptyDir: {}
name: tmp
---
apiVersion: apps/v1
kind: StatefulSet
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apiVersion: argoproj.io/v1alpha1
kind: ArgoCD
metadata:
name: argocd
name: argocd
spec: {}

0 comments on commit 34550ff

Please sign in to comment.