Skip to content

Commit

Permalink
Helm docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb committed May 23, 2024
1 parent 78f973d commit a2a50aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viz/charts/linkerd-viz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ Kubernetes: `>=1.22.0-0`
| prometheus.tolerations | string | `nil` | Tolerations section, See the [K8S documentation](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) for more information |
| prometheusUrl | string | `""` | url of external prometheus instance |
| revisionHistoryLimit | int | `10` | Specifies the number of old ReplicaSets to retain to allow rollback. |
| tap.GID | string | `nil` | GID for the dashboard resource |
| tap.UID | string | `nil` | UID for the dashboard resource |
| tap.GID | string | `nil` | GID for the tap component |
| tap.UID | string | `nil` | UID for the tap component |
| tap.caBundle | string | `""` | Bundle of CA certificates for tap. If not provided nor injected with cert-manager, then Helm will use the certificate generated for `tap.crtPEM`. If `tap.externalSecret` is set to true, this value, injectCaFrom, or injectCaFromSecret must be set, as no certificate will be generated. See the cert-manager [CA Injector Docs](https://cert-manager.io/docs/concepts/ca-injector) for more information. |
| tap.crtPEM | string | `""` | Certificate for the Tap component. If not provided and not using an external secret then Helm will generate one. |
| tap.externalSecret | bool | `false` | Do not create a secret resource for the Tap component. If this is set to `true`, the value `tap.caBundle` must be set or the ca bundle must injected with cert-manager ca injector using `tap.injectCaFrom` or `tap.injectCaFromSecret` (see below). |
Expand Down

0 comments on commit a2a50aa

Please sign in to comment.