Skip to content

Commit 00db554

Browse files
KPostOfficeChristianZaccaria
authored andcommitted
PATCH: move service to resources from patch
Signed-off-by: Kevin <[email protected]>
1 parent c312b2d commit 00db554

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/rhoai/kueue-metrics-service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
kind: Service
33
metadata:
4-
name: kueue-metrics-service
4+
name: metrics-service
55
spec:
66
ports:
77
- name: metrics

config/rhoai/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ resources:
4242
- binding_admin_roles.yaml
4343
- webhook_network_policy.yaml
4444
- batch-user-rolebinding.yaml
45+
- kueue-metrics-service.yaml
4546

4647
patches:
4748
# Mount the controller config file for loading manager configurations
@@ -54,4 +55,3 @@ patches:
5455
- path: validating_webhook_patch.yaml
5556
- path: clusterqueue_viewer_role_patch.yaml
5657
- path: remove_default_namespace.yaml
57-
- path: kueue-metrics-service.yaml

0 commit comments

Comments
 (0)