Skip to content

Commit

Permalink
Merge pull request #19 from vassilyvv/patch-1
Browse files Browse the repository at this point in the history
Output should be marked as internal in webhookrelay_cr.yaml
  • Loading branch information
rusenask authored Feb 9, 2021
2 parents e639ffd + 705f103 commit b3db835
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ spec:
outputs:
- name: keel
destination: http://keel:9300/v1/webhooks/dockerhub
internal: true

```

Expand Down Expand Up @@ -426,4 +427,4 @@ That's it, we update our deployment with new labels, if you already have your ap
kubectl apply -f your-app-deployment.yaml
```

And then wait for a few minutes till Keel picks up the changes and updates the workload.
And then wait for a few minutes till Keel picks up the changes and updates the workload.

0 comments on commit b3db835

Please sign in to comment.