Skip to content

Commit

Permalink
try setting default values file
Browse files Browse the repository at this point in the history
  • Loading branch information
strantalis committed Aug 13, 2024
1 parent b500bc4 commit b8dd40f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/chart_platform_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func (suite *PlatformChartIntegrationSuite) TestBasicDeployment() {

options := &helm.Options{
KubectlOptions: kubectlOptions,
ValuesFiles: []string{"../charts/platform/values.yaml"},
SetValues: map[string]string{
"playground": "true",
"keycloak.ingress.enabled": "false",
Expand Down

0 comments on commit b8dd40f

Please sign in to comment.