Skip to content

Commit

Permalink
moving Tenant scheduler to correct location (#1627)
Browse files Browse the repository at this point in the history
  • Loading branch information
charris-ca committed Jun 16, 2023
1 parent ec7c1df commit 40f13d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions helm/tenant/templates/tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ metadata:
prometheus.io/scrape: "true"
prometheus.io/scheme: {{ dig "metrics" "protocol" "http" . | quote }}
{{- end }}
{{- if dig "scheduler" "name" "" . }}
scheduler:
name: {{ dig "scheduler" "name" "" . }}
{{- end }}
{{- if dig "scheduler" "name" "" . }}
scheduler:
name: {{ dig "scheduler" "name" "" . }}
{{- end }}
spec:
image: {{ dig "image" "repository" "minio/minio" . }}:{{ dig "image" "tag" "RELEASE.2022-01-08T03-11-54Z" . }}
imagePullPolicy: {{ dig "image" "pullPolicy" "IfNotPresent" . }}
Expand Down Expand Up @@ -200,4 +200,4 @@ spec:
runAsNonRoot: {{ .kes.securityContext.runAsNonRoot }}
fsGroup: {{ .kes.securityContext.fsGroup | int }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 40f13d5

Please sign in to comment.