|
7 | 7 | # -- required control plane endpoint, e.g., ctrl.ziti.example.com:443
|
8 | 8 | endpoint: ""
|
9 | 9 |
|
10 |
| -# -- Explicit proxy setting in the router configuration. Router can be deployed in a site |
| 10 | +# -- Explicit proxy setting in the router configuration. Router can be deployed in a site |
11 | 11 | # where all egress traffic is forwarded through an explicit proxy.
|
12 | 12 | # The enrollment will also be forwarded through the proxy.
|
13 | 13 | proxy: {}
|
@@ -360,10 +360,10 @@ tolerations: []
|
360 | 360 | # -- deployment template spec affinity
|
361 | 361 | affinity: {}
|
362 | 362 |
|
363 |
| -# -- omit migration of identity secret to persistent volume |
364 |
| -# 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. |
365 |
| -# If want to omit this migration (pre-upgrade hook) set this value to true. |
366 |
| -omitIdentityMigration: false |
| 363 | +# -- disable the execution of hooks, defined within this chart |
| 364 | +# This chart makes use of Helm hooks. Setting this to true will prevent the hooks from being deployed. |
| 365 | +# This is useful when using the chart with tools like ArgoCD |
| 366 | +noHelmHooks: false |
367 | 367 |
|
368 | 368 | ## Enable persistence using Persistent Volume Claims
|
369 | 369 | ## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/
|
@@ -391,7 +391,7 @@ persistence:
|
391 | 391 | volumeName:
|
392 | 392 | # -- PVC access mode: ReadWriteOnce (concurrent mounts not allowed), ReadWriteMany (concurrent allowed)
|
393 | 393 | accessMode: ReadWriteOnce
|
394 |
| - # -- 50Mi is plenty for this state file |
| 394 | + # -- 50Mi is plenty for this state file |
395 | 395 | size: 50Mi
|
396 | 396 | fabric:
|
397 | 397 | metrics:
|
|
0 commit comments