Skip to content

Commit

Permalink
Merge pull request operator-framework#539 from alecmerdler/prometheus…
Browse files Browse the repository at this point in the history
…-service-ownerref

Add Service to Owned Resources for Prometheus Operator
  • Loading branch information
Jeff Peeler authored Nov 2, 2018
2 parents 75e57fb + 90f9e31 commit a41986a
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 a41986a

Please sign in to comment.