Skip to content

Commit

Permalink
no changes needed
Browse files Browse the repository at this point in the history
  • Loading branch information
kuritka committed Nov 12, 2020
1 parent c80727f commit cc3b287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ create-test-ns:

.PHONY: deploy-local-ingress
deploy-local-ingress: create-k8gb-ns
helm repo add --force-update stable https://kubernetes-charts.storage.googleapis.com
helm repo add --force-update stable https://charts.helm.sh/stable
helm repo update
helm -n k8gb upgrade -i nginx-ingress stable/nginx-ingress --version 1.41.1 -f deploy/ingress/nginx-ingress-values.yaml

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func main() {
Log: ctrl.Log.WithName("controllers").WithName("Gslb"),
Scheme: mgr.GetScheme(),
}
reconciler.DepResolver = depresolver.NewDependencyResolver(context.TODO(), reconciler.Client)
reconciler.DepResolver = depresolver.NewDependencyResolver(context.Background(), reconciler.Client)
reconciler.Config, err = reconciler.DepResolver.ResolveOperatorConfig()
if err != nil {
setupLog.Error(err, "reading config env variables")
Expand Down

0 comments on commit cc3b287

Please sign in to comment.