Skip to content

Commit

Permalink
Merge pull request #1164 from merico-dev/fix-e2e-argocd-crd-error
Browse files Browse the repository at this point in the history
fix: delete crd after argocd is deleted
  • Loading branch information
IronCore864 authored Oct 11, 2022
2 parents e28bbdf + 6467f6c commit 25852ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/e2e/yaml/e2e-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ tools:
namespace: [[ argocdNameSpace ]]
wait: true
timeout: [[ argocdDeployTimeout ]]
upgradeCRDs: true
upgradeCRDs: false
valuesYaml: |
crds:
keep: false
- name: argocdapp
instanceID: default
dependsOn: ["argocd.default", "repo-scaffolding.golang-github"]
Expand Down

0 comments on commit 25852ab

Please sign in to comment.