Skip to content

Commit

Permalink
updated struct name
Browse files Browse the repository at this point in the history
  • Loading branch information
rusenask committed Jun 14, 2017
1 parent 6e07105 commit 580df80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func setupTriggers(ctx context.Context, k8sImplementer kubernetes.Implementer, p
return
}

ps, err := pubsub.NewSubscriber(&pubsub.Opts{
ps, err := pubsub.NewPubsubSubscriber(&pubsub.Opts{
ProjectID: projectID,
Providers: providers,
})
Expand Down
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,4 @@ Now, edit [deployment file](https://github.com/rusenask/keel/blob/master/hack/de
kubectl create -f hack/deployment.yml
```

Once Keel is deployed in your Kubernetes cluster - it occasionally scans your current deployments and looks for ones that have label _keel.observer/policy_. It then checks whether appropriate subscriptions and topics are set for GCR registries, if not - auto-creates them.

Once Keel is deployed in your Kubernetes cluster - it occasionally scans your current deployments and looks for ones that have label _keel.observer/policy_. It then checks whether appropriate subscriptions and topics are set for GCR registries, if not - auto-creates them.

0 comments on commit 580df80

Please sign in to comment.