Skip to content

Commit

Permalink
Fix chart names in deps test
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Oct 13, 2023
1 parent 09de061 commit ae4d3f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/packages/25-evil-chart-deps/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ components:
- name: good
required: true
charts:
- name: dogs
- name: good-chart
localPath: good-chart
version: 1.0.0
namespace: good

- name: bad
required: true
charts:
- name: cats
- name: bad-chart
localPath: bad-chart
version: 1.0.0
namespace: bad

0 comments on commit ae4d3f1

Please sign in to comment.