fix update-aws-lb chart to also include .helmignore

This commit is contained in:
Adrian Stobbe 2023-07-12 08:50:55 +02:00
parent 84a2ddc3b3
commit 59d465c4be
4 changed files with 29 additions and 1 deletions

View file

@ -143,6 +143,7 @@ func TestConstellationServices(t *testing.T) {
verificationServiceImage: "verificationImage",
konnectivityImage: "konnectivityImage",
gcpGuestAgentImage: "gcpGuestAgentImage",
clusterName: "testCluster",
}
chart, err := loadChartsDir(helmFS, constellationServicesInfo.path)
require.NoError(err)