mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Fixed deployment namespace
This commit is contained in:
parent
d2f3c5b195
commit
f49b1a0fd9
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ apiVersion: extensions/v1beta1
|
|||
kind: Deployment
|
||||
metadata:
|
||||
name: {{ .OperatorName }}
|
||||
namespace: {{ .Namespace }}
|
||||
spec:
|
||||
replicas: 1
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue