Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update helping_with_silta_development.md #116

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading