Skip to content

Commit

Permalink
Update maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Jul 9, 2020
1 parent 14e5bd9 commit 948986c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ https://cloud-native.slack.com in #flux (https://cloud-native.slack.com/messages
In alphabetical order:

Hidde Beydals, Weaveworks <[email protected]> (github: @hiddeco, slack: hidde)
Stefan Prodan, Weaveworks <[email protected]> (github: @stefanprodan, slack: stefanprodan)
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func main() {

var eventRecorder *recorder.EventRecorder
if eventsAddr != "" {
if er, err := recorder.NewEventRecorder(eventsAddr, "kustomize-controller"); err != nil {
if er, err := recorder.NewEventRecorder(eventsAddr, "helm-controller"); err != nil {
setupLog.Error(err, "unable to create event recorder")
os.Exit(1)
} else {
Expand Down

0 comments on commit 948986c

Please sign in to comment.