diff --git a/agentic_rag/k8s/local-deployment/deployment.yaml b/agentic_rag/k8s/local-deployment/deployment.yaml index 5bd1357..dfcc168 100644 --- a/agentic_rag/k8s/local-deployment/deployment.yaml +++ b/agentic_rag/k8s/local-deployment/deployment.yaml @@ -81,7 +81,7 @@ spec: # Clone and set up the application cd /app - git clone https://github.com/devrel/devrel-labs.git . + git clone https://github.com/oracle-devrel/devrel-labs.git . cd agentic_rag pip install -r requirements.txt @@ -118,4 +118,4 @@ spec: # claimName: agentic-rag-chroma-pvc # - name: ollama-models # persistentVolumeClaim: - # claimName: ollama-models-pvc \ No newline at end of file + # claimName: ollama-models-pvc