Browse Source

Merge pull request #152 from pocteo/feature/add_vote_namespace

Add missing vote namespace
Bret Fisher 4 years ago
parent
commit
176ed0ee73
1 changed files with 5 additions and 0 deletions
  1. 5 0
      k8s-specifications/vote-namespace.yml

+ 5 - 0
k8s-specifications/vote-namespace.yml

@@ -0,0 +1,5 @@
+apiVersion: v1
+kind: Namespace
+metadata:
+  name: vote
+