Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Update federated type configs to collect status or not
Browse files Browse the repository at this point in the history
  • Loading branch information
shashidharatd committed Sep 4, 2018
1 parent 20bda1d commit 3f94daf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/federatedtypes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ spec:
overridePath:
- spec
- replicas
collectStatus: true
1 change: 1 addition & 0 deletions config/federatedtypes/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ spec:
kind: FederatedIngress
placement:
kind: FederatedIngressPlacement
collectStatus: true
1 change: 1 addition & 0 deletions config/federatedtypes/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ spec:
overridePath:
- spec
- parallelism
collectStatus: true
1 change: 1 addition & 0 deletions config/federatedtypes/replicaset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ spec:
overridePath:
- spec
- replicas
collectStatus: true
1 change: 1 addition & 0 deletions config/federatedtypes/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ spec:
kind: FederatedService
placement:
kind: FederatedServicePlacement
collectStatus: true

0 comments on commit 3f94daf

Please sign in to comment.