Skip to content

Commit

Permalink
Chore/add default toleration controller (#82)
Browse files Browse the repository at this point in the history
* added default CriticalAddonsOnly to controller

* bump chart version
  • Loading branch information
TalShafir authored Feb 4, 2024
1 parent eafc6a8 commit b25e8d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ocean-kubernetes-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: ocean-kubernetes-controller
description: A Helm chart for Ocean Kubernetes Controller
type: application
version: 0.1.18
version: 0.1.19
appVersion: 2.0.42
kubeVersion: ">=1.20.0-0"
maintainers:
Expand Down
2 changes: 2 additions & 0 deletions charts/ocean-kubernetes-controller/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ spec:
operator: Exists
- key: node-role.kubernetes.io/control-plane
operator: Exists
- key: CriticalAddonsOnly
operator: Exists
{{- else }}
{{- with .Values.tolerations }}
tolerations:
Expand Down

0 comments on commit b25e8d6

Please sign in to comment.