Skip to content

Commit

Permalink
ci: some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Nov 18, 2024
1 parent be66b3e commit 50cb20e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ chart-dirs:
- charts
chart-repos:
- bitnami=https://charts.bitnami.com/bitnami
helm-extra-args: --timeout 600s --values values-minikube.yaml
helm-extra-args: --timeout 600s --values values-minikube.yaml -set-string appDomain=.localhost
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ helm lint ./charts/trustify --values values-minikube.yaml --set-string appDomain
Lint even more:

```shell
ct lint --charts ./charts/trustify --helm-lint-extra-args "--values values-minishift.yaml --set-string appDomain=.localhost"
ct lint --charts ./charts/trustify --helm-lint-extra-args "--values values-minikube.yaml --set-string appDomain=.localhost"
```

## Find that whitespace
Expand Down

0 comments on commit 50cb20e

Please sign in to comment.