Skip to content

Commit

Permalink
PATCH: move service to resources from patch
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin <kpostlet@redhat.com>
  • Loading branch information
KPostOffice authored and ChristianZaccaria committed May 14, 2024
1 parent c312b2d commit 00db554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/rhoai/kueue-metrics-service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: kueue-metrics-service
name: metrics-service
spec:
ports:
- name: metrics
Expand Down
2 changes: 1 addition & 1 deletion config/rhoai/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ resources:
- binding_admin_roles.yaml
- webhook_network_policy.yaml
- batch-user-rolebinding.yaml
- kueue-metrics-service.yaml

patches:
# Mount the controller config file for loading manager configurations
Expand All @@ -54,4 +55,3 @@ patches:
- path: validating_webhook_patch.yaml
- path: clusterqueue_viewer_role_patch.yaml
- path: remove_default_namespace.yaml
- path: kueue-metrics-service.yaml

0 comments on commit 00db554

Please sign in to comment.