Skip to content

Commit

Permalink
More typo
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Stout <[email protected]>
  • Loading branch information
neilisaur committed Feb 29, 2024
1 parent 7418d49 commit 13560f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ type K8sPluginConfig struct {
// Provide additional environment variable parts from configMaps
DefaultEnvVarsFromConfigMaps []string `json:"default-env-vars-from-configmaps" pflag:"-,Additional environment variables should be injected into each pod from these configMaps"`
// Provide additional environment variable parts from secrets
DefaultEnvVarsFromSecrets []string `json:"default-env-vars-from-secrets" pflag:"-,Additonal environment variables should be injected into each pod from these secret"`
DefaultEnvVarsFromSecrets []string `json:"default-env-vars-from-secrets" pflag:"-,Additional environment variables should be injected into each pod from these secret"`

// default cpu requests for a container
DefaultCPURequest resource.Quantity `json:"default-cpus" pflag:",Defines a default value for cpu for containers if not specified."`
Expand Down

0 comments on commit 13560f7

Please sign in to comment.