Skip to content

Commit

Permalink
Adding nodeselector for minio
Browse files Browse the repository at this point in the history
  • Loading branch information
hectormachin committed Feb 26, 2024
1 parent 3f79de5 commit fbde64a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/minio/templates/minio-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,10 @@ spec:
- name: minio-claim0
persistentVolumeClaim:
claimName: minio-claim0
{{- if (hasKey .Values.storage "nodeSelector") }}
{{- if (hasKey .Values.storage.nodeSelector "app") }}
nodeSelector:
app: {{ .Values.storage.nodeSelector.app }}
{{- end -}}
{{- end -}}
status: {}

0 comments on commit fbde64a

Please sign in to comment.