cli: correct typos in setup consul (#19754)

This commit is contained in:
Piotr Kazmierczak
2024-01-17 14:13:07 +01:00
committed by GitHub
parent 41555b6370
commit 11ca21ca3c

View File

@@ -273,7 +273,7 @@ services will be called %q.
s.Ui.Output(`
Consul uses binding rules to map claims between Nomad's JWTs to Consul service
identities and ACL roles, so we need to create a two binding rules for the auth
identities and ACL roles, so we need to create two binding rules for the auth
method we created above: one for services, and one for tasks.
`)
@@ -354,7 +354,7 @@ with the policy above.
`,
consulRoleTasks))
if !s.autoYes && !s.askQuestion("Create role in your Consul cluster? [Y/n]") {
if !s.autoYes && !s.askQuestion("Create the role in your Consul cluster? [Y/n]") {
s.handleNo()
}