Skip to content

Commit c675990

Browse files
committed
Add custom chart name to Helm synthesis test configuration
Signed-off-by: Matthew Cane <matthew.cane@citizensadvice.org.uk>
1 parent 383a269 commit c675990

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/synth/synth-stdout.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,7 @@ describe('Helm synthesis', () => {
10851085
synthConfig: {
10861086
format: SynthesisFormat.HELM,
10871087
chartVersion: '1.1.1',
1088+
chartName: 'custom-chart-name',
10881089
},
10891090
},
10901091
postSynth: matchSynthSnapshot,

0 commit comments

Comments
 (0)