Skip to content

Commit

Permalink
Merge pull request #216 from sheril5/main
Browse files Browse the repository at this point in the history
config: added nodeSelector to openebs resources
  • Loading branch information
jebjohns authored Apr 15, 2024
2 parents dd6106d + ee47e0c commit 0dd2151
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/openebs-cstor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ dependencies:
version: "2.1.1"
repository: "https://kube-tarian.github.io/helmrepo-supporting-tools/"
condition: openebsNDM.enabled
version: 1.0.1
version: 1.0.2
15 changes: 10 additions & 5 deletions charts/openebs-cstor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ cspcOperator:
resyncInterval: "30"
podAnnotations: {}
podLabels: {}
nodeSelector: {}
nodeSelector:
nodeType: workerstaticnode
tolerations: []
resources: {}
securityContext: {}
Expand Down Expand Up @@ -83,7 +84,8 @@ cvcOperator:
resyncInterval: "30"
podAnnotations: {}
podLabels: {}
nodeSelector: {}
nodeSelector:
nodeType: workerstaticnode
tolerations: []
resources: {}
securityContext: {}
Expand Down Expand Up @@ -150,7 +152,8 @@ csiController:
annotations: {}
podAnnotations: {}
podLabels: {}
nodeSelector: {}
nodeSelector:
nodeType: workerstaticnode
tolerations: []
resources: {}
securityContext: {}
Expand Down Expand Up @@ -199,7 +202,8 @@ csiNode:
# microk8s where kubelet root dir is not (/var/lib/kubelet/). For example microk8s,
# we need to change the kubelet directory to `/var/snap/microk8s/common/var/lib/kubelet/`
kubeletDir: "/var/lib/kubelet/"
nodeSelector: {}
nodeSelector:
nodeType: workerstaticnode
tolerations: []
securityContext: {}

Expand All @@ -222,7 +226,8 @@ admissionServer:
annotations: {}
podAnnotations: {}
podLabels: {}
nodeSelector: {}
nodeSelector:
nodeType: workerstaticnode
tolerations: []
resources: {}
securityContext: {}
Expand Down

0 comments on commit 0dd2151

Please sign in to comment.