Skip to content

Commit

Permalink
Add ServiceAccount to the default watching list (#211)
Browse files Browse the repository at this point in the history
**What this PR does / why we need it**:

**Which issue(s) this PR fixes**:

Fixes #

**Does this PR introduce a user-facing change?**:
<!--
If no, just write "NONE" in the release-note block below.
-->
```release-note
NONE
```

This PR was merged by Kapetanios.
  • Loading branch information
nghialv committed Jun 26, 2020
1 parent 98ac385 commit 34fb1c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/app/piped/livestatestore/kubernetes/reflector.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ var (
"PersistentVolume": {},
"PersistentVolumeClaim": {},
"HorizontalPodAutoscaler": {},
"ServiceAccount": {},
"Role": {},
"RoleBinding": {},
"ClusterRole": {},
Expand Down

0 comments on commit 34fb1c7

Please sign in to comment.