Skip to content

Commit

Permalink
Get argocd yaml
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed May 31, 2024
1 parent fb26f00 commit a39c52f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/kubevirt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
kubectl patch cm feature-flags -n tekton-pipelines -p '{"data":{"disable-affinity-assistant":"true"}}'
- name: Install and configure ArgoCD
- name: Install and configure ArgoCD using OLM
run: |
# Install ArgoCD Operator subscription
kubectl apply -f https://raw.githubusercontent.com/ch007m/test-github-action/main/.github/resources/argocd/subscription.yaml
Expand All @@ -88,7 +88,8 @@ jobs:
kubectl create ns gitops
kubectl apply -n gitops -f https://raw.githubusercontent.com/ch007m/test-github-action/main/.github/resources/argocd/argocd.yaml
kubectl wait deployment -n gitops argocd-gitops-applicationset-controller --for condition=Available=True --timeout=90s
kubectl wait deployment -n gitops argocd-gitops-applicationset-controller --for condition=Available=True --timeout=90s
kubectl get argocd -A -o yaml
- name: Check pods ...
run: |
Expand Down

0 comments on commit a39c52f

Please sign in to comment.