Skip to content

Commit

Permalink
[1.1.x] Fix typo (#289)
Browse files Browse the repository at this point in the history
* Fix typo

Signed-off-by: Moti Asayag <masayag@redhat.com>

* regen bundle manifests

---------

Signed-off-by: Moti Asayag <masayag@redhat.com>
Co-authored-by: Moti Asayag <masayag@redhat.com>
Co-authored-by: Armel Soro <asoro@redhat.com>
  • Loading branch information
3 people committed Apr 2, 2024
1 parent f246f64 commit aa586ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/backstage_types.go
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
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
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

0 comments on commit aa586ee

Please sign in to comment.