Skip to content

Commit

Permalink
Fix typo (janus-idp#214)
Browse files Browse the repository at this point in the history
Signed-off-by: Moti Asayag <masayag@redhat.com>
  • Loading branch information
masayag authored and gazarenkov committed Mar 17, 2024
1 parent d6686ff commit 00f56bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha1/backstage_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ type Env struct {
type RuntimeConfig struct {
// Name of ConfigMap containing Backstage runtime objects configuration
BackstageConfigName string `json:"backstageConfig,omitempty"`
// Name of ConfigMap containing LocalDb (P|ostgreSQL) runtime objects configuration
// Name of ConfigMap containing LocalDb (PostgreSQL) runtime objects configuration
LocalDbConfigName string `json:"localDbConfig,omitempty"`
}

Expand Down

0 comments on commit 00f56bf

Please sign in to comment.