Skip to content

Commit

Permalink
Fixed deployment namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ewoutp committed Mar 12, 2018
1 parent d2f3c5b commit f49b1a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: {{ .OperatorName }}
namespace: {{ .Namespace }}
spec:
replicas: 1
template:
Expand Down

0 comments on commit f49b1a0

Please sign in to comment.