Skip to content

Commit

Permalink
fix: node maintenance operator namespace (#117)
Browse files Browse the repository at this point in the history
* Fix #66
* Force node maintenance operator to run on the HCO default namespace
* Re-generate manifests
  • Loading branch information
tripledes authored and Ryan Hallisey committed Jun 7, 2019
1 parent 991a19b commit 666b7fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/converged/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: node-maintenance-operator
namespace: node-maintenance-operator
namespace: kubevirt-hyperconverged
spec:
replicas: 1
selector:
Expand Down
2 changes: 1 addition & 1 deletion templates/operator.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: node-maintenance-operator
namespace: node-maintenance-operator
namespace: {{.Namespace}}
spec:
replicas: 1
selector:
Expand Down

0 comments on commit 666b7fe

Please sign in to comment.