Skip to content

Commit

Permalink
Merge pull request #124 from linkernetworks/johnlin/vortex-ns
Browse files Browse the repository at this point in the history
add vortex namespace

Former-commit-id: b4dd509567462034156682eefd422df8034c2638 [formerly 4604af0]
Former-commit-id: a199cfded8d160bef58813bcfe74025b985e48d3
  • Loading branch information
Hung-Wei Chiu authored Jul 19, 2018
2 parents c326cbc + 8e0ff52 commit 46f0606
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: vortex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: DaemonSet
metadata:
name: network-controller-server-unix
namespace: default
namespace: vortex
spec:
selector:
matchLabels:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: vortex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: DaemonSet
metadata:
name: network-controller-server-unix
namespace: default
namespace: vortex
spec:
selector:
matchLabels:
Expand Down

0 comments on commit 46f0606

Please sign in to comment.