Skip to content

Commit

Permalink
Merge pull request #155 from wking/recreate-strategy-for-our-deployme…
Browse files Browse the repository at this point in the history
…nt-v2

Bug 1670727: install/0000_00_cluster-version-operator_03_deployment: Fix Recreate strategy
  • Loading branch information
openshift-merge-robot authored Apr 3, 2019
2 parents b72cf63 + 5d8a527 commit 47a29bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/0000_00_cluster-version-operator_03_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ spec:
selector:
matchLabels:
k8s-app: cluster-version-operator
strategy:
type: Recreate
template:
metadata:
name: cluster-version-operator
Expand Down Expand Up @@ -46,7 +48,6 @@ spec:
nodeSelector:
node-role.kubernetes.io/master: ""
priorityClassName: "system-cluster-critical"
strategy: Recreate
tolerations:
- operator: Exists
volumes:
Expand Down

0 comments on commit 47a29bd

Please sign in to comment.