Skip to content

Commit

Permalink
Merge pull request #539 from alecmerdler/prometheus-service-ownerref
Browse files Browse the repository at this point in the history
Add Service to Owned Resources for Prometheus Operator
  • Loading branch information
Jeff Peeler authored Nov 2, 2018
2 parents d7ee481 + c5ac159 commit f3faa4c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ spec:
version: v1
- kind: ConfigMap
version: v1
- kind: Service
version: v1
specDescriptors:
- description: Desired number of Pods for the cluster
displayName: Size
Expand Down Expand Up @@ -261,6 +263,8 @@ spec:
version: v1beta2
- kind: Pod
version: v1
- kind: Service
version: v1
specDescriptors:
- description: Desired number of Pods for the cluster
displayName: Size
Expand Down

0 comments on commit f3faa4c

Please sign in to comment.