Skip to content

Commit b246cde

Browse files
committed
Fix trailing whitespace in YAML files for pre-commit checks
1 parent 90ee473 commit b246cde

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/deployments/LLM Router/llm-router-values-override.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##
1+
##
22
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
##
@@ -23,11 +23,11 @@ routerController:
2323
repository: llm-router-controller # Will be prefixed with global.imageRegistry
2424
tag: latest
2525
pullPolicy: IfNotPresent
26-
26+
2727
service:
2828
type: ClusterIP
2929
port: 8084
30-
30+
3131
# Dynamo-specific environment variables
3232
env:
3333
- name: LOG_LEVEL
@@ -41,7 +41,7 @@ routerController:
4141
secretKeyRef:
4242
name: dynamo-api-secret
4343
key: DYNAMO_API_KEY
44-
44+
4545
# STRATEGY 1: External ConfigMap (Official Support)
4646
# Uses the official Helm chart's external ConfigMap feature
4747
config:
@@ -113,4 +113,4 @@ app:
113113
tag: latest
114114
pullPolicy: IfNotPresent
115115
service:
116-
type: ClusterIP
116+
type: ClusterIP

examples/deployments/LLM Router/router-config-dynamo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ policies:
119119
- name: Constraint
120120
api_base: ${DYNAMO_API_BASE}
121121
api_key: ${DYNAMO_API_KEY}
122-
model: meta-llama/Llama-3.1-8B-Instruct
122+
model: meta-llama/Llama-3.1-8B-Instruct

0 commit comments

Comments
 (0)