From 5899f98b972d024622ccdba01e7514c004a9e200 Mon Sep 17 00:00:00 2001 From: NimRegev Date: Tue, 10 Oct 2023 10:04:16 +0300 Subject: [PATCH] Update codefresh-runner.md --- _docs/installation/codefresh-runner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/installation/codefresh-runner.md b/_docs/installation/codefresh-runner.md index 225b5a38d..6aac708f3 100644 --- a/_docs/installation/codefresh-runner.md +++ b/_docs/installation/codefresh-runner.md @@ -336,7 +336,7 @@ runtimeScheduler: | `tolerations` | array | Add tolerations to dind pod | | `annotations` | object | Add custom annotations to dind pod (empty by default `{}`) | | `labels` | object | Add custom labels to dind pod (empty by default `{}`) | -| `pvc` | object | Override default storage configuration for PersistentVolumeClaim (PVC) with `storageClassName`, `volumeSize`, `reuseVolumeSelector`. See [Volume reuse policy](#volume-reuse-policy) | +| `pvc` | object | Override default storage configuration for PersistentVolumeClaim (PVC) with `storageClassName`, `volumeSize`, `reuseVolumeSelector`.
See [Volume reuse policy](https://artifacthub.io/packages/helm/codefresh-runner/cf-runtime#volume-reuse-policy){:target="\_blank"}. | | `dnsPolicy` | string | Dind pod's [DNS policy](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy){:target="\_blank"} | | `dnsConfig` | object | Dind pod's [DNS config](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-dns-config){:target="\_blank"} |