mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
cli: correct typos in setup consul (#19754)
This commit is contained in:
committed by
GitHub
parent
41555b6370
commit
11ca21ca3c
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user