You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue with Pre-Upgrade Hook in Ziti Router Chart When Using ArgoCD (#290)
* allow omitting the identity migration pre-upgrade hook
* helm-docs: automated action
* rename key in values file for preventing the deployment of helm hooks
* helm-docs: automated action
* add hint regarding the use of this chart in the context of gitops
* helm-docs: automated action
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: charts/ziti-router/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -302,18 +302,19 @@ identity:
302
302
| linkListeners.transport.service.enabled | bool | `true` | create a cluster service for the router transport link listener; unnecessary if advertisedHost is shared with edge listener (the default) |
303
303
| linkListeners.transport.service.labels | object | `{}` | service labels |
304
304
| linkListeners.transport.service.type | string | `"ClusterIP"` | expose the service as a ClusterIP, NodePort, or LoadBalancer |
305
+
| noHelmHooks | bool | `false` | disable the execution of hooks, defined within this chart This chart makes use of Helm hooks. Setting this to true will prevent the hooks from being deployed. This is useful when using the chart with tools like ArgoCD |
| persistence.annotations | object | `{}` | annotations for the PVC |
308
309
| persistence.enabled | bool | `true` | required: place a storage claim for the ctrl endpoints state file |
309
310
| persistence.existingClaim | string | `""` | A manually managed Persistent Volume and Claim Requires persistence.enabled: true If defined, PVC must be created manually before volume will be bound |
310
-
| persistence.size | string | `"50Mi"` | 50Mi is plenty for this state file |
311
+
| persistence.size | string | `"50Mi"` | 50Mi is plenty for this state file |
311
312
| persistence.storageClass | string | `""` | Storage class of PV to bind. By default it looks for the default storage class. If the PV uses a different storage class, specify that here. |
| podSecurityContext.fsGroup | int | `2171` | this is the GID of "ziggy" run-as user in the container that has access to any files created by the router process in the emptyDir volume used to persist the list of ctrl endpoints |
316
-
| proxy | object | `{}` | Explicit proxy setting in the router configuration. Router can be deployed in a site where all egress traffic is forwarded through an explicit proxy. The enrollment will also be forwarded through the proxy. |
317
+
| proxy | object | `{}` | Explicit proxy setting in the router configuration. Router can be deployed in a site where all egress traffic is forwarded through an explicit proxy. The enrollment will also be forwarded through the proxy. |
0 commit comments