Skip to content

Commit

Permalink
Fix lint comments
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Jan 2, 2025
1 parent 648565b commit c77bc15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/turing/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@ type MlflowConfig struct {
// 1) additional arguments in the config KanikoConfig.AdditionalArgs e.g.
// --build-arg=[AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY/AWS_DEFAULT_REGION/AWS_ENDPOINT_URL]=xxx
// OR
// 2) additional arguments in the config KanikoConfig.APIServerEnvVars, which will pass the specified environment variables
// PRESENT within the Merlin API server's container to the image builder as build arguments
// 2) additional arguments in the config KanikoConfig.APIServerEnvVars, which will pass the specified environment
// variables PRESENT within the Merlin API server's container to the image builder as build arguments
ArtifactServiceType string `validate:"required,oneof=nop gcs s3"`
}

Expand Down

0 comments on commit c77bc15

Please sign in to comment.