Skip to content

Commit

Permalink
fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Sep 11, 2023
1 parent b0425d6 commit 582039b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions acceptance/tests/vault/vault_namespaces_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,13 @@ func TestVault_VaultNamespace(t *testing.T) {
"global.secretsBackend.vault.connectCA.rootPKIPath": connectCARootPath,
"global.secretsBackend.vault.connectCA.intermediatePKIPath": connectCAIntermediatePath,
"global.secretsBackend.vault.vaultNamespace": vaultNamespacePath,
"global.acls.manageSystemACLs": "true",
"global.acls.bootstrapToken.secretName": bootstrapTokenSecret.Path,
"global.acls.bootstrapToken.secretKey": bootstrapTokenSecret.Key,
"global.tls.enabled": "true",
"global.gossipEncryption.secretName": gossipSecret.Path,
"global.gossipEncryption.secretKey": gossipSecret.Key,

"global.acls.manageSystemACLs": "true",
"global.acls.bootstrapToken.secretName": bootstrapTokenSecret.Path,
"global.acls.bootstrapToken.secretKey": bootstrapTokenSecret.Key,
"global.tls.enabled": "true",
"global.gossipEncryption.secretName": gossipSecret.Path,
"global.gossipEncryption.secretKey": gossipSecret.Key,

"ingressGateways.enabled": "true",
"ingressGateways.defaults.replicas": "1",
Expand Down

0 comments on commit 582039b

Please sign in to comment.