Skip to content

Commit

Permalink
fix: typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
santinoncs committed Nov 26, 2020
1 parent 8ec9e5b commit e61e511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
IMG ?= softonic/rate-limit-operator:1.0.3
IMG ?= softonic/rate-limit-operator:1.0.7
CRD_OPTIONS ?= "crd:trivialVersions=true"
BIN := rate-limit-operator
PKG := github.com/softonic/rate-limit-operator
VERSION ?= 1.0.3
VERSION ?= 1.0.7
ARCH ?= amd64
APP ?= rate-limit-operator
NAMESPACE ?= rate-limit-operator-system
Expand Down
3 changes: 1 addition & 2 deletions controllers/envoyfilterobject.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ func (r *RateLimitReconciler) prepareUpdateEnvoyFilterObjects(rateLimitInstance

nameVhost := firstElementHosts + ":80"

// address := os.Getenv("ADDRESS_RATELIMIT_ENDPOINT")
address := os.Getenv("ADDRESS_RATELIMIT_ENDPOINT")

address := "istio-system-ratelimit"

fqdn := address + "." + controllerNamespace + ".svc.cluster.local"

Expand Down

0 comments on commit e61e511

Please sign in to comment.