Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

[1.1.x] Fix typo #289

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
}
]
capabilities: Seamless Upgrades
createdAt: "2024-02-19T13:25:14Z"
createdAt: "2024-04-02T12:53:25Z"
operatorframework.io/suggested-namespace: backstage-system
operators.operatorframework.io/builder: operator-sdk-v1.33.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/rhdh.redhat.com_backstages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ spec:
configuration
type: string
localDbConfig:
description: Name of ConfigMap containing LocalDb (P|ostgreSQL)
description: Name of ConfigMap containing LocalDb (PostgreSQL)
runtime objects configuration
type: string
type: object
Expand Down
Loading