Skip to content

Commit

Permalink
Updates to display names
Browse files Browse the repository at this point in the history
  • Loading branch information
yongja79 committed Nov 8, 2023
1 parent a087f0b commit 095ce46
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/manifests/displayNamePatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- op: add
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
value:
displayName: Http Get
displayName: HTTP Get
path: probes.liveness.httpGet
- op: add
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
Expand All @@ -32,7 +32,7 @@
- op: add
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
value:
displayName: Http Headers
displayName: HTTP Headers
path: probes.liveness.httpGet.httpHeaders
- op: add
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
Expand Down Expand Up @@ -93,7 +93,7 @@
- op: add
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
value:
displayName: Http Get
displayName: HTTP Get
path: probes.readiness.httpGet
- op: add
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
Expand All @@ -103,7 +103,7 @@
- op: add
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
value:
displayName: Http Headers
displayName: HTTP Headers
path: probes.readiness.httpGet.httpHeaders
- op: add
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
Expand Down Expand Up @@ -164,7 +164,7 @@
- op: add
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
value:
displayName: Http Get
displayName: HTTP Get
path: probes.startup.httpGet
- op: add
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
Expand All @@ -174,7 +174,7 @@
- op: add
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
value:
displayName: Http Headers
displayName: HTTP Headers
path: probes.startup.httpGet.httpHeaders
- op: add
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
Expand Down Expand Up @@ -226,7 +226,7 @@
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
value:
displayName: Type
path: statefulSet.updateStrategy.typekube
path: statefulSet.updateStrategy.type
- op: add
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
value:
Expand All @@ -240,7 +240,7 @@
- op: add
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
value:
displayName: Metadate
displayName: Metadata
path: statefulSet.storage.volumeClaimTemplate.metadata
- op: add
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
Expand Down

0 comments on commit 095ce46

Please sign in to comment.