Skip to content

Commit 09788d8

Browse files
author
Matthew Fisher
authored
Merge pull request #347 from dmcnaught/master
Fixes #346 - removes labels annotion in whitelist
2 parents 25addd5 + 606bdd8 commit 09788d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/managing-workflow/security-considerations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ $ kubectl --namespace=deis annotate replicationcontroller deis-router router.dei
4747
The format is the same for the controller whitelist but you need to specify the whitelist directly
4848
to the controller's service. For example:
4949

50-
$ kubectl --namespace=deis annotate service deis-controller router.deis.io/whitelist="10.0.1.0/24:office_intranet,121.212.121.212:dev_jenkins"
50+
$ kubectl --namespace=deis annotate service deis-controller router.deis.io/whitelist="10.0.1.0/24,121.212.121.212"
5151

5252
And the same applies to applications. For example, to apply a whitelist to an application named
5353
`example`:
5454

55-
$ kubectl --namespace=example annotate service example-web router.deis.io/whitelist="10.0.1.0/24:office_intranet,121.212.121.212:dev_jenkins"
55+
$ kubectl --namespace=example annotate service example-web router.deis.io/whitelist="10.0.1.0/24,121.212.121.212"

0 commit comments

Comments
 (0)