Skip to content

Commit

Permalink
Merge pull request #126 from ironcladlou/duplicate-tolerations
Browse files Browse the repository at this point in the history
Bug 1722341: remove duplicate toleration key from operator deployment
  • Loading branch information
openshift-merge-robot committed Aug 7, 2019
2 parents ae0f1a1 + 145f920 commit 40c7fab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions manifests/0000_70_dns-operator_02-deployment.yaml
Expand Up @@ -48,6 +48,4 @@ spec:
- key: "node.kubernetes.io/not-ready"
operator: "Exists"
effect: "NoExecute"
- key: "node.kubernetes.io/not-ready"
operator: "Exists"
effect: "NoSchedule"
tolerationSeconds: 120

0 comments on commit 40c7fab

Please sign in to comment.