Skip to content

Commit

Permalink
helm-docs: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 22, 2025
1 parent 52c2d2c commit e88da5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/ziti-router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit e88da5a

Please sign in to comment.