Skip to content

Commit

Permalink
Update argocd-oidc-restart-job.yaml (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz authored Mar 21, 2024
1 parent 507e7d0 commit 9d3a9f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
command:
- /bin/sh
- -c
- echo restarting argocd-server in 180 seconds && sleep 180 && echo restarting && kubectl -n argocd get deployment/argocd-server -oyaml | kubectl -n argocd replace --force -f -
- echo restarting argocd-server in 15 seconds && sleep 15 && echo restarting && kubectl -n argocd get deployment/argocd-server -oyaml | kubectl -n argocd replace --force -f -
restartPolicy: OnFailure
serviceAccountName: argocd-oidc-restart-job

0 comments on commit 9d3a9f8

Please sign in to comment.