Skip to content

Commit

Permalink
Merge pull request #116 from wunderio/evilfurryone-patch-1
Browse files Browse the repository at this point in the history
Update helping_with_silta_development.md
  • Loading branch information
Rade333 authored Nov 19, 2024
2 parents e75ba28 + 4a290d5 commit 41c5f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/helping_with_silta_development.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Each chart (drupal, frontend, simple) has respective project that uses the chart
Before making a pull request you should install the unittest helm plugin:

```bash
helm plugin install https://github.com/quintush/helm-unittest --version 0.2.4
helm plugin install https://github.com/helm-unittest/helm-unittest --version 0.5.1
```

and run in on your updated chart:

```bash
helm unittest ./charts/drupal --helm3
helm unittest ./charts/drupal
```

To test charts locally You will need related helm repositories to be installed locally (see charts/chartname/Chart.yaml) and subcharts downloaded.
Expand Down

0 comments on commit 41c5f6f

Please sign in to comment.