Skip to content

Commit

Permalink
Update cmd/ocm/create/cluster/cmd.go
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-campos authored Jan 16, 2025
1 parent 41be794 commit 91e24ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ocm/create/cluster/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ func addGcpEncryptionFlags(fs *pflag.FlagSet, encryptionArgs *c.GcpEncryption) {
&encryptionArgs.KmsKeyLocation,
KmsKeyLocationFlag,
"",
"The location of KMS keyring in GCP for custom encryption."+
"The location of KMS keyring in GCP for custom encryption. "+
"This should match the data center where the cluster's compute pool will be located.",
)
arguments.SetQuestion(fs, KmsKeyLocationFlag, "KMS key location:")
Expand Down

0 comments on commit 91e24ca

Please sign in to comment.