Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backport of commit d3c1de4
Browse files Browse the repository at this point in the history
thisisnotashwin committed Mar 15, 2024

Verified

This commit was signed with the committer’s verified signature.
rouault Even Rouault
1 parent 84740b8 commit d886776
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
@@ -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
@@ -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),
}

0 comments on commit d886776

Please sign in to comment.