Skip to content

Commit

Permalink
Merge pull request #341 from TommyLike/bug/fix_create_queue_error
Browse files Browse the repository at this point in the history
Fix default queue create issue
  • Loading branch information
volcano-sh-bot authored Jul 15, 2019
2 parents b3a74ee + 05db82c commit 789f950
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installer/helm/chart/volcano/templates/default-queue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ apiVersion: scheduling.incubator.k8s.io/v1alpha1
kind: Queue
metadata:
name: default
annotations:
"helm.sh/hook": post-install
spec:
weight: 1
1 change: 1 addition & 0 deletions installer/helm/chart/volcano/templates/scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-scheduler-configmap
namespace: {{ .Release.Namespace }}
data:
{{- (.Files.Glob "config/*").AsConfig | nindent 2 }}
---
Expand Down

0 comments on commit 789f950

Please sign in to comment.