Skip to content

Commit b4867b6

Browse files
committed
Add config documentation
Signed-off-by: Kunjan Patel <[email protected]>
1 parent d0d01e1 commit b4867b6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/dynamic-lora-sidecar/deployment.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
- name: lora-adapter-syncer
6767
tty: true
6868
stdin: true
69-
image: us-docker.pkg.dev/kunjanp-gke-dev-2/lora-sidecar/sidecar:latest
69+
image: <SIDECAR_IMAGE>
7070
restartPolicy: Always
7171
imagePullPolicy: Always
7272
env:
@@ -82,8 +82,6 @@ spec:
8282
- name: config-volume
8383
configMap:
8484
name: dynamic-lora-config
85-
nodeSelector:
86-
cloud.google.com/gke-accelerator: nvidia-l4
8785

8886
---
8987
apiVersion: v1

0 commit comments

Comments
 (0)