Skip to content

Commit

Permalink
Move Agones resources into a agones-system namespace.
Browse files Browse the repository at this point in the history
This is setup work for #10 and #70, since the service for
webhooks need to be namespaced.

Closes #89
  • Loading branch information
markmandel committed Feb 12, 2018
1 parent f2bec0b commit b117966
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@

# Install with development settings - suggest using `make install` to run

apiVersion: v1
kind: Namespace
metadata:
name: agones-system
---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
Expand All @@ -33,6 +38,7 @@ apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: agones-controller
namespace: agones-system
spec:
replicas: 1
strategy:
Expand Down

0 comments on commit b117966

Please sign in to comment.