1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-15 17:51:03 +00:00

Fixed deployment namespace

This commit is contained in:
Ewout Prangsma 2018-03-12 13:49:03 +01:00
parent d2f3c5b195
commit f49b1a0fd9
No known key found for this signature in database
GPG key ID: 4DBAD380D93D0698

View file

@ -3,6 +3,7 @@ apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: {{ .OperatorName }}
namespace: {{ .Namespace }}
spec:
replicas: 1
template: