diff --git a/helm/templates/service.yaml b/helm/templates/service.yaml index efbcfda..7bd0e3c 100644 --- a/helm/templates/service.yaml +++ b/helm/templates/service.yaml @@ -8,7 +8,7 @@ rules: resources: ["pods", "events"] verbs: ["get", "watch", "list"] - apiGroups: ["apps"] - resources: ["replicasets", "events"] + resources: ["replicasets"] verbs: ["get", "watch", "list"] --- apiVersion: v1