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
  • Loading branch information
Hung-Wei Chiu authored Jul 19, 2018
2 parents 9264247 + 97bf756 commit 4604af0
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 4604af0

Please sign in to comment.