Skip to content

Commit

Permalink
Update YAMLs to be what the Launch Generator serves.
Browse files Browse the repository at this point in the history
See also: weaveworks/launch-generator/pull/117

Command used:
```
$ curl -fsSo prog/weave-kube/weave-daemonset-k8s-1.6.yaml "https://cloud.weave.works/k8s/v1.6/net?v=latest"
$ curl -fsSo prog/weave-kube/weave-daemonset.yaml "https://cloud.weave.works/k8s/v1.5/net?v=latest"
```
Annotations then removed.
  • Loading branch information
marccarre authored and bboreham committed Jun 16, 2017
1 parent de4cfe2 commit 6666311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions prog/weave-kube/weave-daemonset-k8s-1.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ items:
hostPID: true
restartPolicy: Always
securityContext:
seLinuxOptions:
type: spc_t
seLinuxOptions: {}
serviceAccountName: weave-net
tolerations:
- effect: NoSchedule
Expand Down
3 changes: 1 addition & 2 deletions prog/weave-kube/weave-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ items:
hostPID: true
restartPolicy: Always
securityContext:
seLinuxOptions:
type: spc_t
seLinuxOptions: {}
serviceAccountName: weave-net
volumes:
- name: weavedb
Expand Down

0 comments on commit 6666311

Please sign in to comment.