Skip to content

Commit 187250e

Browse files
authored
Merge pull request #23 from vmleon/patch-1
Fix repo URL in deployment.yaml
2 parents 9055802 + 5240694 commit 187250e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agentic_rag/k8s/local-deployment/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ spec:
8181
8282
# Clone and set up the application
8383
cd /app
84-
git clone https://github.com/devrel/devrel-labs.git .
84+
git clone https://github.com/oracle-devrel/devrel-labs.git .
8585
cd agentic_rag
8686
pip install -r requirements.txt
8787
@@ -118,4 +118,4 @@ spec:
118118
# claimName: agentic-rag-chroma-pvc
119119
# - name: ollama-models
120120
# persistentVolumeClaim:
121-
# claimName: ollama-models-pvc
121+
# claimName: ollama-models-pvc

0 commit comments

Comments
 (0)