Skip to content

Commit

Permalink
Merge pull request #2255 from yudong2015/fix-argocd-dex
Browse files Browse the repository at this point in the history
disable readinessProbe and livenessProbe of argocd-dex
  • Loading branch information
ks-ci-bot committed Nov 8, 2023
2 parents f341ef6 + e6a8da2 commit ef79bee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions roles/ks-devops/templates/argo-cd-values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ dex:
image:
repository: "{{ argocd_dex_repo }}"
readinessProbe:
enabled: true
timeoutSeconds: 10
livenessProbe:
enabled: true
timeoutSeconds: 10

controller:
Expand Down

0 comments on commit ef79bee

Please sign in to comment.