Skip to content

Commit 1af59a3

Browse files
author
eliranb
committed
Remove deprecated deploymentName print column from LightrunJavaAgent CRDs and example configurations to enhance clarity and maintain consistency across definitions.
1 parent d462f06 commit 1af59a3

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

charts/lightrun-operator/crds/lightrunjavaagent_crd.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ spec:
1616
scope: Namespaced
1717
versions:
1818
- additionalPrinterColumns:
19-
- description: Deployment name
20-
jsonPath: .spec.deploymentName
21-
name: Deployment
22-
type: string
2319
- description: Workload name
2420
jsonPath: .spec.workloadName
2521
name: Workload

config/crd/bases/agents.lightrun.com_lightrunjavaagents.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ spec:
1717
scope: Namespaced
1818
versions:
1919
- additionalPrinterColumns:
20-
- description: Deployment name
21-
jsonPath: .spec.deploymentName
22-
name: Deployment
23-
type: string
2420
- description: Workload name
2521
jsonPath: .spec.workloadName
2622
name: Workload

config/samples/operator.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ spec:
2828
scope: Namespaced
2929
versions:
3030
- additionalPrinterColumns:
31-
- description: Deployment name
32-
jsonPath: .spec.deploymentName
33-
name: Deployment
34-
type: string
3531
- description: Workload name
3632
jsonPath: .spec.workloadName
3733
name: Workload

examples/operator.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ spec:
1818
scope: Namespaced
1919
versions:
2020
- additionalPrinterColumns:
21-
- description: Deployment name
22-
jsonPath: .spec.deploymentName
23-
name: Deployment
24-
type: string
2521
- description: Workload name
2622
jsonPath: .spec.workloadName
2723
name: Workload

0 commit comments

Comments
 (0)