File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 22apiVersion : rbac.authorization.k8s.io/v1
33kind : RoleBinding
44metadata :
5- name : pod-labeler-binding
6- namespace : ready-check
5+ name : label-patcher-binding
6+ labels :
7+ {{- include "ibm-mq.labels" . | nindent 4 }}
78roleRef :
89 apiGroup : rbac.authorization.k8s.io
910 kind : Role
10- name : pod-labeler
11+ name : label-patcher
1112subjects :
1213- kind : ServiceAccount
1314 name : {{ include "ibm-mq.fullname" ( . ) }}
14- namespace : ready-check
15+ namespace : {{ .Release.Namespace }}
1516{{ end -}}
Original file line number Diff line number Diff line change 22apiVersion : rbac.authorization.k8s.io/v1
33kind : Role
44metadata :
5- name : pod-labeler
6- namespace : ready-check
5+ name : label-patcher
6+ labels :
7+ {{- include "ibm-mq.labels" . | nindent 4 }}
78rules :
89- apiGroups : [""]
910 resources : ["pods"]
You can’t perform that action at this time.
0 commit comments