Skip to content

Commit

Permalink
Merge branch 'main' into hm/minio-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hectormachin authored Feb 26, 2024
2 parents 1194a92 + b160ebc commit f0e828e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/minio/templates/minio-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ spec:
labels:
app: minio
spec:
{{ if (hasKey .Values.storage "nodeSelector") }}
{{ if (hasKey .Values.storage.nodeSelector "app") }}
nodeSelector:
app: {{ .Values.storage.nodeSelector.app }}
{{ end }}
{{ end }}
containers:
- command:
- bash
Expand Down Expand Up @@ -58,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 f0e828e

Please sign in to comment.