Skip to content

Commit

Permalink
Merge branch 'main' into michals/mbe-607-add-test-for-installing-the-…
Browse files Browse the repository at this point in the history
…operator-in-a-custom-namespace
  • Loading branch information
Razz4780 authored Dec 19, 2024
2 parents 835e250 + cfcdac9 commit 518ec91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mirrord-operator/templates/role-binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: mirrord-operator
namespace: mirrord
namespace: {{ .Values.namespace }}
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
Expand All @@ -25,4 +25,4 @@ subjects:
- apiGroup: ''
kind: ServiceAccount
name: mirrord-operator
namespace: mirrord
namespace: {{ .Values.namespace }}
2 changes: 1 addition & 1 deletion mirrord-operator/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: mirrord-operator
namespace: mirrord
namespace: {{ .Values.namespace }}
rules:
- apiGroups:
- ""
Expand Down

0 comments on commit 518ec91

Please sign in to comment.