Skip to content

Commit

Permalink
Merge pull request kubevirt#1828 from qmfrederik/patch-2
Browse files Browse the repository at this point in the history
Make sure the kubevirt namespace exists
  • Loading branch information
fabiand authored Dec 12, 2018
2 parents f2587fc + 8c61732 commit ff476ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/release/kubevirt.yaml.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Namespace
apiVersion: v1
kind: Namespace
metadata:
name: {{.Namespace}}
---
# Monitoring
apiVersion: v1
kind: Service
Expand Down

0 comments on commit ff476ca

Please sign in to comment.