Skip to content

Commit 15ec877

Browse files
committed
env: helm charts
1 parent 7c17d44 commit 15ec877

File tree

2 files changed

+6
-26
lines changed

2 files changed

+6
-26
lines changed

deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseinstallations.clickhouse.altinity.com.yaml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,10 @@ spec:
5353
type: string
5454
description: Resource status
5555
jsonPath: .status.status
56-
- name: hosts-unchanged
56+
- name: hosts-completed
5757
type: integer
58-
description: Unchanged hosts count
59-
priority: 1 # show in wide view
60-
jsonPath: .status.hostsUnchanged
58+
description: Completed hosts count
59+
jsonPath: .status.hostsCompleted
6160
- name: hosts-updated
6261
type: integer
6362
description: Updated hosts count
@@ -68,20 +67,11 @@ spec:
6867
description: Added hosts count
6968
priority: 1 # show in wide view
7069
jsonPath: .status.hostsAdded
71-
- name: hosts-completed
72-
type: integer
73-
description: Completed hosts count
74-
jsonPath: .status.hostsCompleted
7570
- name: hosts-deleted
7671
type: integer
7772
description: Hosts deleted count
7873
priority: 1 # show in wide view
7974
jsonPath: .status.hostsDeleted
80-
- name: hosts-delete
81-
type: integer
82-
description: Hosts to be deleted count
83-
priority: 1 # show in wide view
84-
jsonPath: .status.hostsDelete
8575
- name: endpoint
8676
type: string
8777
description: Client access endpoint

deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseinstallationtemplates.clickhouse.altinity.com.yaml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,10 @@ spec:
5353
type: string
5454
description: Resource status
5555
jsonPath: .status.status
56-
- name: hosts-unchanged
56+
- name: hosts-completed
5757
type: integer
58-
description: Unchanged hosts count
59-
priority: 1 # show in wide view
60-
jsonPath: .status.hostsUnchanged
58+
description: Completed hosts count
59+
jsonPath: .status.hostsCompleted
6160
- name: hosts-updated
6261
type: integer
6362
description: Updated hosts count
@@ -68,20 +67,11 @@ spec:
6867
description: Added hosts count
6968
priority: 1 # show in wide view
7069
jsonPath: .status.hostsAdded
71-
- name: hosts-completed
72-
type: integer
73-
description: Completed hosts count
74-
jsonPath: .status.hostsCompleted
7570
- name: hosts-deleted
7671
type: integer
7772
description: Hosts deleted count
7873
priority: 1 # show in wide view
7974
jsonPath: .status.hostsDeleted
80-
- name: hosts-delete
81-
type: integer
82-
description: Hosts to be deleted count
83-
priority: 1 # show in wide view
84-
jsonPath: .status.hostsDelete
8575
- name: endpoint
8676
type: string
8777
description: Client access endpoint

0 commit comments

Comments
 (0)