Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Arief Rahmansyah committed Mar 20, 2024
1 parent 1c86828 commit 91f5746
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions charts/merlin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ config:
MaxAllowedReplica: 20
MerlinURL: /api/merlin/v1
MlpURL: /api
OauthClientID: # to be set via CICD pipeline
OauthClientID: # to be set via CICD pipeline
UPIDocumentation: "https://github.com/caraml-dev/universal-prediction-interface/blob/main/docs/api_markdown/caraml/upi/v1/index.md"
CPUCost: # Unused
MemoryCost: # Unused
CPUCost: # Unused
MemoryCost: # Unused
BatchConfig:
Tolerations:
- Effect: NoSchedule
Expand Down Expand Up @@ -349,13 +349,7 @@ ui:
upiDocURL: "https://github.com/caraml-dev/universal-prediction-interface/blob/main/docs/api_markdown/caraml/upi/v1/index.md"
mlp:
apiHost: /api
docsURL:
[
{
"href": "https://github.com/gojek/merlin/blob/main/docs/getting-started/README.md",
"label": "Getting Started with Merlin",
},
]
docsURL: [{"href": "https://github.com/gojek/merlin/blob/main/docs/getting-started/README.md", "label": "Getting Started with Merlin"}]
# -- Comma-separated value of Docker registries that can be chosen in deployment page
dockerRegistries: ghcr.io/gojek,ghcr.io/your-company
maxAllowedReplica: 20
Expand Down

0 comments on commit 91f5746

Please sign in to comment.