Skip to content

Commit

Permalink
converted int to string. fixes bug (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdanSneh authored and shrinandj committed Aug 11, 2018
1 parent 38548a7 commit 42ee0ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion hack/k8s/manifests/services/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- name: MICRO_BROKER_ADDRESS
value: 0.0.0.0:10001
- name: WEBHOOK_PORT
value: 7070
value: "7070"
ports:
- containerPort: 8080
name: micro-port
Expand Down

0 comments on commit 42ee0ab

Please sign in to comment.