Skip to content

Commit

Permalink
fix typo (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
baalooos authored Dec 5, 2024
1 parent bbe9bd4 commit ffc7c24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions website/guides/tutorial/deploy-jupyterhub-qovery.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2024-11-30"
last_modified_on: "2024-12-05"
$schema: "/.meta/.schemas/guides.json"
title: Deploy JupyterHub using Helm
description: How to deploy JupyterHub on Qovery using the official Helm chart.
Expand Down Expand Up @@ -79,7 +79,7 @@ Create the JupyterHub service in the Qovery environment of your choice (preferab
placeholder="Select your cluster type"
select={false}
size={null}
values={[{"group":"Cluster","label":"Default","value":"default"},{"group":"Cluster","label":"AWS with Karpenter","value":"karpenter"}]}>
values={[{"group":"Cluster","label":"Default","value":"default"},{"group":"Cluster","label":"EKS with Karpenter","value":"karpenter"}]}>

<TabItem value="default">

Expand All @@ -94,7 +94,7 @@ proxy:
<TabItem value="EKS with karpenter">
To ensure every node created by Karpenter is monitored by Datadog, we need to configure a priority class.
To avoid [a known issue](https://hub.qovery.com/guides/advanced/deploy-daemonset-with-karpenter/) with Karpenter, we need to add a priorityClass to our pods. It is possible to do this using built-in configuration keys:
```yaml
fullnameOverride: "jupyterhub"
Expand Down
4 changes: 2 additions & 2 deletions website/guides/tutorial/deploy-jupyterhub-qovery.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Create the JupyterHub service in the Qovery environment of your choice (preferab
placeholder="Select your cluster type"
select={false}
size={null}
values={[{"group":"Cluster","label":"Default","value":"default"},{"group":"Cluster","label":"AWS with Karpenter","value":"karpenter"}]}>
values={[{"group":"Cluster","label":"Default","value":"default"},{"group":"Cluster","label":"EKS with Karpenter","value":"karpenter"}]}>

<TabItem value="default">

Expand All @@ -82,7 +82,7 @@ proxy:

<TabItem value="EKS with karpenter">

To ensure every node created by Karpenter is monitored by Datadog, we need to configure a priority class.
To avoid [a known issue](https://hub.qovery.com/guides/advanced/deploy-daemonset-with-karpenter/) with Karpenter, we need to add a priorityClass to our pods. It is possible to do this using built-in configuration keys:

```yaml
fullnameOverride: "jupyterhub"
Expand Down

0 comments on commit ffc7c24

Please sign in to comment.