We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9818241 commit dec191fCopy full SHA for dec191f
charts/ibm-mq/templates/role.yaml
@@ -6,4 +6,11 @@ metadata:
6
rules:
7
- apiGroups: [""]
8
resources: ["pods"]
9
+ resourceNames: [
10
+ {{ include "ibm-mq.pod0.name" . }},
11
+ {{- if .Values.queueManager.nativeha.enable }}
12
+ {{ include "ibm-mq.pod1.name" . }},
13
+ {{ include "ibm-mq.pod2.name" . }}
14
+ {{- end }}
15
+ ]
16
verbs: ["get", "list","patch"]
0 commit comments