There was an error while loading. Please reload this page.
1 parent 236aa84 commit 5e78ab9Copy full SHA for 5e78ab9
internal/plugins/helm/v1/scaffolds/templates/role.go
@@ -133,34 +133,6 @@ rules:
133
{{- end }}
134
135
136
-- apiGroups:
137
- - monitoring.coreos.com
138
- resources:
139
- - servicemonitors
140
- verbs:
141
- - "get"
142
- - "create"
143
144
- - apps
145
146
- - deployments/finalizers
147
- resourceNames:
148
- - ""
149
150
- - "update"
151
152
153
154
- - pods
155
156
- - get
157
158
159
160
- - replicasets
161
- - deployments
162
163
164
`
165
166
// roleDiscoveryInterface is an interface that contains just the discovery
0 commit comments