Skip to content

Commit

Permalink
address PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: Vedant Mahabaleshwarkar <vmahabal@redhat.com>
  • Loading branch information
VedantMahabaleshwarkar committed Oct 17, 2023
1 parent 33df4b8 commit 89e5561
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
7 changes: 0 additions & 7 deletions config/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ generatorOptions:
disableNameSuffixHash: true

vars:
- fieldref:
fieldPath: metadata.namespace
name: mesh-namespace
objref:
apiVersion: v1
kind: ConfigMap
name: odh-model-controller-parameters
- fieldref:
fieldPath: data.odh-model-controller
name: odh-model-controller
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ spec:
image: $(odh-model-controller)
env:
- name: MONITORING_NS
value: kserve
value: $(monitoring-namespace)
name: manager
16 changes: 16 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,19 @@ rules:
- patch
- update
- watch
- apiGroups:
- extensions
resources:
- ingresses
verbs:
- get
- list
- watch
- apiGroups:
- networking.k8s.io
resources:
- ingresses
verbs:
- get
- list
- watch

0 comments on commit 89e5561

Please sign in to comment.