Skip to content

Commit

Permalink
Set forge.domain value on chart validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Jan 17, 2024
1 parent 015503b commit 802f942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Validate chart
run: |
helm template flowforge ./helm/flowforge | kubectl apply --validate=true -f -
helm template flowforge ./helm/flowforge --set forge.domain=example.com | kubectl apply --validate=true -f -
scan:
name: Scan chart
Expand Down

0 comments on commit 802f942

Please sign in to comment.