Skip to content

Commit

Permalink
fix more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y committed Dec 15, 2023
1 parent cc572be commit 7dbeb77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/guides/running-in-k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ III. Add your cluster information to `kurtosis-config.yml`
--------------------------------

1. Open the file located at `"$(kurtosis config path)"`. This should look like `/Users/<YOUR_USER>/Library/Application Support/kurtosis/kurtosis-config.yml` on MacOS.
2. Paste the following contents, changing `NAME-OF-YOUR-CLUSTER` to the cluster you created and save:
2. Paste the following contents, changing `NAME-OF-YOUR-CLUSTER` and `STORAGE-CLASS-TO-USE` as per the cluster you created and save:
```yaml
config-version: 2
should-send-metrics: true
Expand All @@ -58,7 +58,7 @@ kurtosis-clusters:
type: "kubernetes"
config:
kubernetes-cluster-name: "NAME-OF-YOUR-CLUSTER"
storage-class: "standard"
storage-class: "STORAGE-CLASS-TO-USE"
enclave-size-in-megabytes: 10
```
Expand Down

0 comments on commit 7dbeb77

Please sign in to comment.