From e88da5a9b9c000f2e7492d7ad909438bd12573c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 Jan 2025 17:39:14 +0000 Subject: [PATCH] helm-docs: automated action --- charts/ziti-router/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/ziti-router/README.md b/charts/ziti-router/README.md index 286d7c95..80072a38 100644 --- a/charts/ziti-router/README.md +++ b/charts/ziti-router/README.md @@ -301,6 +301,7 @@ identity: | linkListeners.transport.service.labels | object | `{}` | service labels | | linkListeners.transport.service.type | string | `"ClusterIP"` | expose the service as a ClusterIP, NodePort, or LoadBalancer | | nodeSelector | object | `{}` | deployment template spec node selector | +| omitIdentityMigration | bool | `false` | omit migration of identity secret to persistent volume Previous versions of this chart stored the router identity in a secret resource. A migration is provided by the execution of a pre-upgrade hook. If want to omit this migration (pre-upgrade hook) set this value to true. | | persistence.accessMode | string | `"ReadWriteOnce"` | PVC access mode: ReadWriteOnce (concurrent mounts not allowed), ReadWriteMany (concurrent allowed) | | persistence.annotations | object | `{}` | annotations for the PVC | | persistence.enabled | bool | `true` | required: place a storage claim for the ctrl endpoints state file |