Skip to content

Commit

Permalink
Add service account access to services
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleytate614 committed Dec 10, 2024
1 parent 512df9b commit 9d26d5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ metadata:
{{- end }}
rules:
- apiGroups: [""]
resources: ["secrets"]
resources: ["secrets", "services"]
verbs: ["get", "watch", "list"]

---
Expand Down

0 comments on commit 9d26d5d

Please sign in to comment.