diff --git a/charts/consul/test/unit/client-daemonset.bats b/charts/consul/test/unit/client-daemonset.bats index b678543d5e..ff9288a51d 100755 --- a/charts/consul/test/unit/client-daemonset.bats +++ b/charts/consul/test/unit/client-daemonset.bats @@ -2360,7 +2360,7 @@ rollingUpdate: local actual="$(echo $cmd | yq -r '.annotations["vault.hashicorp.com/namespace"]' | tee /dev/stderr)" - [ "${actual}" = "bar" ] + [ "${actual}" = "vns" ] } @test "client/DaemonSet: correct vault namespace annotations is set when global.secretsBackend.vault.vaultNamespace is set and agentAnnotations are also set with vaultNamespace annotation" { @@ -2382,7 +2382,7 @@ rollingUpdate: local actual="$(echo $cmd | yq -r '.annotations["vault.hashicorp.com/namespace"]' | tee /dev/stderr)" - [ "${actual}" = "vns" ] + [ "${actual}" = "bar" ] } @test "client/DaemonSet: vault gossip annotations are set when gossip encryption enabled" {