updated struct name
parent
6e07105e56
commit
580df80f34
2
main.go
2
main.go
|
@ -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,
|
||||
})
|
||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue