Skip to content

Commit

Permalink
DEVAI-225: Fix variable templating
Browse files Browse the repository at this point in the history
Signed-off-by: John Collier <jcollier@redhat.com>
  • Loading branch information
johnmcollier committed Nov 6, 2024
1 parent 314a5e7 commit 79cc5e2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions skeleton/techdoc/docs/rhoai.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ This document outlines how you can build and run your sample applications within

![image](./images/access-openshift-ai.png)

2) Go to the `Data Science Projects` section and access your application's project named `{{ values.namespace }}`.
2) Go to the `Data Science Projects` section and access your application's project named `${{ values.namespace }}`.

![image](./images/data-science-projects.png)

3) Access the `workbench` named `{{ values.name }}-notebook`.
3) Access the `workbench` named `${{ values.name }}-notebook`.

![image](./images/access-workbench.png)

Expand Down
4 changes: 2 additions & 2 deletions templates/audio-to-text/content/docs/rhoai.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ This document outlines how you can build and run your sample applications within

![image](./images/access-openshift-ai.png)

2) Go to the `Data Science Projects` section and access your application's project named `{{ values.namespace }}`.
2) Go to the `Data Science Projects` section and access your application's project named `${{ values.namespace }}`.

![image](./images/data-science-projects.png)

3) Access the `workbench` named `{{ values.name }}-notebook`.
3) Access the `workbench` named `${{ values.name }}-notebook`.

![image](./images/access-workbench.png)

Expand Down
4 changes: 2 additions & 2 deletions templates/chatbot/content/docs/rhoai.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ This document outlines how you can build and run your sample applications within

![image](./images/access-openshift-ai.png)

2) Go to the `Data Science Projects` section and access your application's project named `{{ values.namespace }}`.
2) Go to the `Data Science Projects` section and access your application's project named `${{ values.namespace }}`.

![image](./images/data-science-projects.png)

3) Access the `workbench` named `{{ values.name }}-notebook`.
3) Access the `workbench` named `${{ values.name }}-notebook`.

![image](./images/access-workbench.png)

Expand Down
4 changes: 2 additions & 2 deletions templates/codegen/content/docs/rhoai.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ This document outlines how you can build and run your sample applications within

![image](./images/access-openshift-ai.png)

2) Go to the `Data Science Projects` section and access your application's project named `{{ values.namespace }}`.
2) Go to the `Data Science Projects` section and access your application's project named `${{ values.namespace }}`.

![image](./images/data-science-projects.png)

3) Access the `workbench` named `{{ values.name }}-notebook`.
3) Access the `workbench` named `${{ values.name }}-notebook`.

![image](./images/access-workbench.png)

Expand Down
4 changes: 2 additions & 2 deletions templates/object-detection/content/docs/rhoai.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ This document outlines how you can build and run your sample applications within

![image](./images/access-openshift-ai.png)

2) Go to the `Data Science Projects` section and access your application's project named `{{ values.namespace }}`.
2) Go to the `Data Science Projects` section and access your application's project named `${{ values.namespace }}`.

![image](./images/data-science-projects.png)

3) Access the `workbench` named `{{ values.name }}-notebook`.
3) Access the `workbench` named `${{ values.name }}-notebook`.

![image](./images/access-workbench.png)

Expand Down
4 changes: 2 additions & 2 deletions templates/rag/content/docs/rhoai.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ This document outlines how you can build and run your sample applications within

![image](./images/access-openshift-ai.png)

2) Go to the `Data Science Projects` section and access your application's project named `{{ values.namespace }}`.
2) Go to the `Data Science Projects` section and access your application's project named `${{ values.namespace }}`.

![image](./images/data-science-projects.png)

3) Access the `workbench` named `{{ values.name }}-notebook`.
3) Access the `workbench` named `${{ values.name }}-notebook`.

![image](./images/access-workbench.png)

Expand Down

0 comments on commit 79cc5e2

Please sign in to comment.