Skip to content

Commit cc2085d

Browse files
Drop the k8s service name from kubectl get revision output (#15262)
Co-authored-by: dprotaso <dprotaso@gmail.com>
1 parent 44e9df6 commit cc2085d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

config/core/300-resources/revision.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ spec:
4545
- name: Config Name
4646
type: string
4747
jsonPath: ".metadata.labels['serving\\.knative\\.dev/configuration']"
48-
- name: K8s Service Name
49-
type: string
50-
jsonPath: ".status.serviceName"
5148
- name: Generation
5249
type: string # int in string form :(
5350
jsonPath: ".metadata.labels['serving\\.knative\\.dev/configurationGeneration']"

0 commit comments

Comments
 (0)