Skip to content

Commit a613964

Browse files
authored
Readme fix: badge update and kustomize is needed to run tests. (#221)
1 parent 9d10bef commit a613964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Terraform Provider for ArgoCD
22

3-
![Acceptance Tests](https://github.com/oboukili/terraform-provider-argocd/workflows/Acceptance%20Tests/badge.svg)
3+
[![Tests](https://github.com/oboukili/terraform-provider-argocd/actions/workflows/tests.yml/badge.svg)](https://github.com/oboukili/terraform-provider-argocd/actions/workflows/tests.yml)
44

55
---
66

@@ -351,7 +351,7 @@ go build
351351

352352
### Running tests
353353

354-
The acceptance tests run against a disposable ArgoCD installation within a [Kind](https://github.com/kubernetes-sigs/kind) cluster. You will only need to have a running Docker daemon running as an additional prerequisite.
354+
The acceptance tests run against a disposable ArgoCD installation within a [Kind](https://github.com/kubernetes-sigs/kind) cluster. Other requirements are having a Docker daemon running and [Kustomize](https://kubectl.docs.kubernetes.io/installation/kustomize/) installed.
355355

356356
```sh
357357
make testacc_prepare_env

0 commit comments

Comments
 (0)