Skip to content

Commit

Permalink
Update metricsforwarder security group creation and binding in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzofenix committed Oct 24, 2024
1 parent 37dec34 commit 6379372
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/autoscaler/metricsforwarder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ set-security-group:
$(eval ORG := $(shell cf target |grep "org\:" |cut -d':' -f2 | xargs))
$(eval SPACE := $(shell cf target |grep "space\:" |cut -d':' -f2 | xargs))

cf create-security-group $(DEPLOYMENT_NAME) $(MAKEFILE_DIR)/security-group.json
cf bind-security-group $(DEPLOYMENT_NAME) $(ORG)
cf create-security-group metricsforwarder $(MAKEFILE_DIR)/security-group.json
cf update-security-group metricsforwarder $(MAKEFILE_DIR)/security-group.json
cf bind-security-group metricsforwarder $(ORG)

0 comments on commit 6379372

Please sign in to comment.