Skip to content

Commit

Permalink
Merge pull request #2432 from chenz4027/OCM-9804-space
Browse files Browse the repository at this point in the history
OCM-9804 | fix: Fix etcd kms key arn space
  • Loading branch information
openshift-merge-bot[bot] committed Sep 6, 2024
2 parents 12a08b1 + fabd5b5 commit 96cc905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/describe/cluster/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ func run(cmd *cobra.Command, argv []string) {
"Etcd Encryption: %s\n", str, getEtcdStatus(cluster))
if cluster.AWS().EtcdEncryption().KMSKeyARN() != "" {
str = fmt.Sprintf("%s"+
"Etcd KMS key ARN: %s\n", str, cluster.AWS().EtcdEncryption().KMSKeyARN())
"Etcd KMS key ARN: %s\n", str, cluster.AWS().EtcdEncryption().KMSKeyARN())
}
if len(cluster.AWS().AdditionalAllowedPrincipals()) > 0 {
// Omitted the 'Allowed' due to formatting
Expand Down

0 comments on commit 96cc905

Please sign in to comment.