Skip to content

Commit

Permalink
Merge pull request konpyutaika#217 from cogniflare/feature/remove-har…
Browse files Browse the repository at this point in the history
…dcoded-scheduler

Removed hardcoded default-scheduler
  • Loading branch information
mh013370 authored Mar 1, 2023
2 parents e2071da + 42117a7 commit a64acd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/resources/nifi/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package nifi

import (
"fmt"
"github.com/konpyutaika/nifikop/api/v1"
"sort"
"strings"

v1 "github.com/konpyutaika/nifikop/api/v1"

"go.uber.org/zap"
runtimeClient "sigs.k8s.io/controller-runtime/pkg/client"

Expand Down Expand Up @@ -192,7 +193,6 @@ done
ImagePullSecrets: nodeConfig.GetImagePullSecrets(),
ServiceAccountName: nodeConfig.GetServiceAccount(),
PriorityClassName: nodeConfig.GetPriorityClass(),
SchedulerName: "default-scheduler",
Tolerations: nodeConfig.GetTolerations(),
NodeSelector: nodeConfig.GetNodeSelector(),
},
Expand Down

0 comments on commit a64acd8

Please sign in to comment.