Skip to content

Commit

Permalink
Update ocp manifests with latest template
Browse files Browse the repository at this point in the history
Use latest templated node selector key, replace beta.kubernetes.io/os
with kubernetes.io/os
  • Loading branch information
kevinrizza committed Jun 24, 2020
1 parent a90b83a commit e04805b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/0000_50_olm_07-olm-operator.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
secretName: olm-operator-serving-cert

nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
node-role.kubernetes.io/master: ""
tolerations:
- effect: NoSchedule
Expand Down
2 changes: 1 addition & 1 deletion manifests/0000_50_olm_08-catalog-operator.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
secretName: catalog-operator-serving-cert

nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
node-role.kubernetes.io/master: ""
tolerations:
- effect: NoSchedule
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
serviceAccountName: olm-operator-serviceaccount
priorityClassName: "system-cluster-critical"
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
node-role.kubernetes.io/master: ""
tolerations:
- effect: NoSchedule
Expand Down

0 comments on commit e04805b

Please sign in to comment.