Skip to content

Commit

Permalink
fix(config): remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalgalaw committed May 6, 2024
1 parent ead6d9a commit 35c0e15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ import (
)

type ProviderConfig struct {
KubeConfigPath string `koanf:"kubeConfigPath"`
//ContainerRegistry string `koanf:"containerRegistry"`
KubeConfigPath string `koanf:"kubeConfigPath"`
RunnerNamespace string `koanf:"runnerNamespace"`
PodTemplate corev1.PodTemplateSpec `koanf:"podTemplate"`
Flavors map[string]corev1.ResourceRequirements `koanf:"flavors"`
Expand Down

0 comments on commit 35c0e15

Please sign in to comment.