Skip to content

Commit

Permalink
Merge pull request #14 from kubefirst/feat-https-argoproj-manifest-pl…
Browse files Browse the repository at this point in the history
…us-timeout

feat: https argoproj manifest with added timeout.
  • Loading branch information
claywd authored Jun 23, 2023
2 parents 93dcb2d + 8cc888f commit 3da3afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argocd/k3d/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace: argocd
# To upgrade ArgoCD, increment the version here
# https://github.com/argoproj/argo-cd/tags
resources:
- github.com:argoproj/argo-cd.git/manifests/ha/cluster-install?ref=v2.6.4
- https://github.com/argoproj/argo-cd.git/manifests/ha/cluster-install?ref=v2.6.4&timeout=90s
- argocd-namespace.yaml
- argocd-ui-ingress.yaml
- argocd-ui-ingressroute.yaml
Expand Down

0 comments on commit 3da3afd

Please sign in to comment.