@@ -237,7 +237,7 @@ locals {
237237 " replicasets" , " horizontalpodautoscalers" , " horizontalpodautoscalers/status" ,
238238 " ingresses" , " services" , " serviceaccounts" ,
239239 " poddisruptionbudgets" ,
240- " secrets"
240+ " secrets" , " externalsecrets "
241241 ]
242242 }
243243 ]
@@ -263,7 +263,7 @@ locals {
263263 verbs = [" exec" , " create" , " list" , " get" , " delete" , " patch" , " update" , " watch" ]
264264 api_groups = [" *" ]
265265 resources = [" deployments" , " configmaps" , " pods" , " pods/exec" , " pods/log" , " pods/status" , " pods/portforward" ,
266- " nodes" , " jobs" , " cronjobs" , " statefulsets" , " secrets" , " services" , " daemonsets" , " endpoints" , " namespaces" , " events" , " ingresses" ,
266+ " nodes" , " jobs" , " cronjobs" , " statefulsets" , " secrets" , " externalsecrets " , " services" , " daemonsets" , " endpoints" , " namespaces" , " events" , " ingresses" ,
267267 " horizontalpodautoscalers" , " horizontalpodautoscalers/status" ,
268268 " poddisruptionbudgets" , " replicasets" , " replicationcontrollers"
269269 ]
@@ -278,7 +278,7 @@ locals {
278278 resources = [" deployments" , " configmaps" , " pods" , " pods/log" , " pods/status" ,
279279 " jobs" , " cronjobs" , " services" , " daemonsets" , " endpoints" , " namespaces" , " events" , " ingresses" ,
280280 " horizontalpodautoscalers" , " horizontalpodautoscalers/status" ,
281- " poddisruptionbudgets" , " replicasets"
281+ " poddisruptionbudgets" , " replicasets" , " externalsecrets "
282282 ]
283283 },
284284 {
0 commit comments