Skip to content

Commit 5fe4225

Browse files
committed
Fixed displayName typos
1 parent 7ae009e commit 5fe4225

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bundle/manifests/ibm-websphere-liberty.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ metadata:
6262
capabilities: Auto Pilot
6363
categories: Application Runtime
6464
containerImage: icr.io/cpopen/websphere-liberty-operator:daily
65-
createdAt: "2023-10-30T04:18:07Z"
65+
createdAt: "2023-11-02T15:05:35Z"
6666
description: Deploy and manage containerized Liberty applications
6767
olm.skipRange: '>=1.0.0 <1.3.0'
6868
operators.openshift.io/infrastructure-features: '["disconnected"]'
@@ -728,12 +728,12 @@ spec:
728728
- displayName: Partition
729729
path: statefulSet.updateStrategy.rollingUpdate.partition
730730
- displayName: Type
731-
path: statefulSet.updateStrategy.typekube
731+
path: statefulSet.updateStrategy.type
732732
- displayName: API Version
733733
path: statefulSet.storage.volumeClaimTemplate.apiVersion
734734
- displayName: Kind
735735
path: statefulSet.storage.volumeClaimTemplate.kind
736-
- displayName: Metadate
736+
- displayName: Metadata
737737
path: statefulSet.storage.volumeClaimTemplate.metadata
738738
- displayName: Spec
739739
path: statefulSet.storage.volumeClaimTemplate.spec

config/manifests/displayNamePatch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
227227
value:
228228
displayName: Type
229-
path: statefulSet.updateStrategy.typekube
229+
path: statefulSet.updateStrategy.type
230230
- op: add
231231
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
232232
value:
@@ -240,7 +240,7 @@
240240
- op: add
241241
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
242242
value:
243-
displayName: Metadate
243+
displayName: Metadata
244244
path: statefulSet.storage.volumeClaimTemplate.metadata
245245
- op: add
246246
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-

0 commit comments

Comments
 (0)