diff --git a/.forgejo/workflows/validate.yaml b/.forgejo/workflows/validate.yaml index 0ae13c6..6fd2004 100644 --- a/.forgejo/workflows/validate.yaml +++ b/.forgejo/workflows/validate.yaml @@ -48,7 +48,7 @@ jobs: - name: Install ArgoCD run: | kubectl create namespace argocd - kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/installyaml + kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml kubectl wait --for=condition=available --timeout=180s deployment/argocd-server -n argocd - name: Install SealedSecrets run: |