From 9d3a9f82d15f0d3e24fe169ed7f36c25d2691cd7 Mon Sep 17 00:00:00 2001 From: John Dietz Date: Thu, 21 Mar 2024 10:58:50 -0400 Subject: [PATCH] Update argocd-oidc-restart-job.yaml (#738) --- .../mgmt/components/argocd/argocd-oidc-restart-job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/civo-github/templates/mgmt/components/argocd/argocd-oidc-restart-job.yaml b/civo-github/templates/mgmt/components/argocd/argocd-oidc-restart-job.yaml index c7bcbd345..472a6846d 100644 --- a/civo-github/templates/mgmt/components/argocd/argocd-oidc-restart-job.yaml +++ b/civo-github/templates/mgmt/components/argocd/argocd-oidc-restart-job.yaml @@ -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