Skip to content

Commit

Permalink
fix spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
gertzakis committed Jan 15, 2024
1 parent daa4c32 commit c37f534
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/nautobot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ The `mariadb.*` values configure the upstream chart from Bitnami. Please see th
| <a name="nautobot.nodeAffinityPreset.values">[nautobot.nodeAffinityPreset.values](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L154)</a> | []string | `[]` | Node label values to match. Ignored if `nautobot.affinity` is set |
| <a name="nautobot.nodeSelector">[nautobot.nodeSelector](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L163)</a> | [NodeSelector](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#scheduling) | `{}` | [[ref](https://kubernetes.io/docs/user-guide/node-selection/)] Node labels for Nautobot pods assignment |
| <a name="nautobot.pdb">[nautobot.pdb](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L109)</a> | object | See values.yaml | [[ref](https://kubernetes.io/docs/tasks/run-application/configure-pdb/)] Nautobot Pod Distribution Budget |
| <a name="nautobot.persistence.accessMode">[nautobot.persistence.accessMode](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L245)</a> | string | `"ReadWriteOnce"` | - [Kubernetes Volumes AccessMode](https://kubernetes.io/docs/concepts/storage/storage-classes/) |
| <a name="nautobot.persistence.accessMode">[nautobot.persistence.accessMode](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L245)</a> | string | `"ReadWriteOnce"` | - [Kubernets Volumes AccessMode](https://kubernetes.io/docs/concepts/storage/storage-classes/) |
| <a name="nautobot.persistence.enabled">[nautobot.persistence.enabled](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L241)</a> | bool | `false` | - Enable PVC and the relevant volumes |
| <a name="nautobot.persistence.selector">[nautobot.persistence.selector](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L249)</a> | object | `{}` | - |
| <a name="nautobot.persistence.size">[nautobot.persistence.size](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L247)</a> | string | `"2Gi"` | - Persistent storage size request |
Expand Down
2 changes: 1 addition & 1 deletion charts/nautobot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ nautobot:
storageClass: ""
# --- [Kubernets Volumes AccessMode](https://kubernetes.io/docs/concepts/storage/storage-classes/)
accessMode: "ReadWriteOnce"
# --- Persistant storage size request
# --- Persistent storage size request
size: "2Gi"
# ---
selector: {}
Expand Down
2 changes: 1 addition & 1 deletion docs/advanced-features/persistence.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Persistence for Static files

Besides using an external shared storage (e.g. S3) for storing static files, it is also possible to leverage Kubernetes peristence. The following configuration creates a Persistent Volume Claim called `nautobot-static` and mounts it at the `/opt/nautobot/static` path of the Pods.
Besides using an external shared storage (e.g. S3) for storing static files, it is also possible to leverage Kubernetes persistence. The following configuration creates a Persistent Volume Claim called `nautobot-static` and mounts it at the `/opt/nautobot/static` path of the Pods.

```yaml
nautobot:
Expand Down

0 comments on commit c37f534

Please sign in to comment.