Skip to content

Commit 00c0cae

Browse files
authored
Update additionalPrinterColumns for kedifyconfiguration CRD (#139)
Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
1 parent c34fb1f commit 00c0cae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

kedify-agent/files/kedify-configuration.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ spec:
1818
versions:
1919
- additionalPrinterColumns:
2020
- description: KEDA version
21-
jsonPath: .status.installations.keda.kedaVersion
21+
jsonPath: .status.components.keda.version
2222
name: Version
2323
type: string
2424
- description: Installation mode
2525
jsonPath: .spec.kedaInstallations[].mode
2626
name: Mode
2727
type: string
2828
- description: HTTTP Addon version
29-
jsonPath: .status.installations.keda.httpAddonVersion
29+
jsonPath: .status.deployments.httpAddon.version
3030
name: HTTP-Addon
3131
priority: 20
3232
type: string
@@ -35,25 +35,25 @@ spec:
3535
name: Agent
3636
type: string
3737
- description: Health of KEDA Operator
38-
jsonPath: .status.installations.keda.deployments.keda-operator.phase
38+
jsonPath: .status.components.keda.deployments.keda-operator.phase
3939
name: KEDA
4040
type: string
4141
- description: Health of aggregated API Service (v1beta1.external.metrics.k8s.io)
4242
jsonPath: .status.apiService.phase
4343
name: API Service
4444
type: string
4545
- description: Health of KEDA's internal Metric Server
46-
jsonPath: .status.installations.keda.deployments.keda-operator-metrics-apiserver.phase
46+
jsonPath: .status.components.keda.deployments.keda-operator-metrics-apiserver.phase
4747
name: Metric Server
4848
priority: 20
4949
type: string
5050
- description: Health of KEDA's Admission controller
51-
jsonPath: .status.installations.keda.deployments.keda-admission-webhooks.phase
51+
jsonPath: .status.components.keda.deployments.keda-admission-webhooks.phase
5252
name: Admission
5353
priority: 20
5454
type: string
5555
- description: Health of KEDA's HTTP Addon interceptor
56-
jsonPath: .status.installations.keda.deployments.keda-add-ons-http-interceptor.phase
56+
jsonPath: .status.components.keda.deployments.keda-add-ons-http-interceptor.phase
5757
name: Interceptor
5858
priority: 20
5959
type: string

0 commit comments

Comments
 (0)