Skip to content

Commit

Permalink
Backport of Fix typo in values file for sync catalog test into releas…
Browse files Browse the repository at this point in the history
…e/1.2.x (#3762)

backport of commit d3c1de4

Co-authored-by: Ashwin Venkatesh <ashwin.what@gmail.com>
  • Loading branch information
1 parent 84740b8 commit f10ffc6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions acceptance/tests/sync/sync_catalog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ import (
"testing"
"time"

"github.com/hashicorp/consul/api"
"github.com/hashicorp/consul/sdk/testutil/retry"
"github.com/stretchr/testify/require"

"github.com/hashicorp/consul-k8s/acceptance/framework/consul"
"github.com/hashicorp/consul-k8s/acceptance/framework/helpers"
"github.com/hashicorp/consul-k8s/acceptance/framework/k8s"
"github.com/hashicorp/consul-k8s/acceptance/framework/logger"
"github.com/hashicorp/consul/api"
"github.com/hashicorp/consul/sdk/testutil/retry"
"github.com/stretchr/testify/require"
)

// Test that sync catalog works in both the default installation and
Expand Down Expand Up @@ -105,7 +106,7 @@ func TestSyncCatalogWithIngress(t *testing.T) {
ctx := suite.Environment().DefaultContext(t)
helmValues := map[string]string{
"syncCatalog.enabled": "true",
"syncCatalog.ingres.enabled": "true",
"syncCatalog.ingress.enabled": "true",
"global.tls.enabled": strconv.FormatBool(c.secure),
"global.acls.manageSystemACLs": strconv.FormatBool(c.secure),
}
Expand Down

0 comments on commit f10ffc6

Please sign in to comment.