Skip to content

Commit

Permalink
Add test to check that the Postgres subchart isn't rendered in extern…
Browse files Browse the repository at this point in the history
…al DB mode
  • Loading branch information
simu committed Aug 5, 2021
1 parent bda1597 commit 98f391c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/external/postgresql_helmchart_not_rendered_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package external

import (
"testing"

"github.com/stretchr/testify/require"
)

func Test_Postgresql_Helmchart_Not_Rendered(t *testing.T) {
subChartDir := testPath+"/01_keycloak_helmchart/keycloak/charts"
require.NoDirExists(t, subChartDir)
}

0 comments on commit 98f391c

Please sign in to comment.