Skip to content

Commit 8cc255b

Browse files
committed
Merge branch 'master' of github.com:alpha-hack-program/agents-101-workshop
2 parents b62a167 + 294b678 commit 8cc255b

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

documentation/modules/ROOT/pages/4.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Volvemos a la pestaña de nuestro espacio de trabajo, el IDE. Vamos a escribir e
4141
[.console-input]
4242
[source,bash,subs="+macros,+attributes"]
4343
----
44+
cd
4445
PROJECT="llama-stack-demo-{username}"
4546
helm install llama-stack-demo ./llama-stack-demo/helm/ \
4647
-f ./llama-stack-demo/helm/values-llama-stack.yaml \

documentation/modules/ROOT/pages/5.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Vamos a volver a la pestaña del IDE. Escribe en el terminal el siguiente comand
1212
[.console-input]
1313
[source,bash,subs="+macros,+attributes"]
1414
----
15+
cd
1516
helm upgrade llama-stack-demo ./llama-stack-demo/helm/ \
1617
-f ./llama-stack-demo/helm/values-app.yaml \
1718
--set assigned=llama-stack-demo-{username} \

documentation/modules/ROOT/pages/6.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Para desplegar, vuelve al IDE e ejecuta el siguiente comando:
1212
[.console-input]
1313
[source,bash,subs="+macros,+attributes"]
1414
----
15+
cd
1516
helm upgrade llama-stack-demo ./llama-stack-demo/helm/ \
1617
-f ./llama-stack-demo/helm/values-observability.yaml \
1718
--set assigned=llama-stack-demo-{username} \

0 commit comments

Comments
 (0)