Skip to content

Commit

Permalink
bin/helm-docs
Browse files Browse the repository at this point in the history
Signed-off-by: Takumi Sue <[email protected]>
  • Loading branch information
mikutas committed Nov 24, 2023
1 parent 0c12c47 commit d40441f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion jaeger/charts/linkerd-jaeger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ Kubernetes: `>=1.21.0-0`
| webhook.injectCaFromSecret | string | `""` | Inject the CA bundle from a Secret. If set, the `cert-manager.io/inject-ca-from-secret` annotation will be added to the webhook. The Secret must have the CA Bundle stored in the `ca.crt` key and have the `cert-manager.io/allow-direct-injection` annotation set to `true`. See the cert-manager [CA Injector Docs](https://cert-manager.io/docs/concepts/ca-injector/#injecting-ca-data-from-a-secret-resource) for more information. |
| webhook.keyPEM | string | `""` | Certificate key for the webhook. If not provided and not using an external secret then Helm will generate one. |
| webhook.logLevel | string | `"info"` | |
| webhook.namespaceSelector | string | `nil` | |
| webhook.namespaceSelector.matchExpressions[0].key | string | `"kubernetes.io/metadata.name"` | |
| webhook.namespaceSelector.matchExpressions[0].operator | string | `"NotIn"` | |
| webhook.namespaceSelector.matchExpressions[0].values[0] | string | `"kube-system"` | |
| webhook.nodeSelector | object | `{"kubernetes.io/os":"linux"}` | NodeSelector section, See the [K8S documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector) for more information |
| webhook.objectSelector | string | `nil` | |
| webhook.replicas | int | `1` | Number of replicas of the jaeger-injector component |
Expand Down
4 changes: 3 additions & 1 deletion viz/charts/linkerd-viz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,9 @@ Kubernetes: `>=1.21.0-0`
| tapInjector.keyPEM | string | `""` | Certificate key for the tapInjector. If not provided and not using an external secret then Helm will generate one. |
| tapInjector.logFormat | string | defaultLogFormat | log format of the tapInjector component |
| tapInjector.logLevel | string | defaultLogLevel | log level of the tapInjector |
| tapInjector.namespaceSelector | string | `nil` | |
| tapInjector.namespaceSelector.matchExpressions[0].key | string | `"kubernetes.io/metadata.name"` | |
| tapInjector.namespaceSelector.matchExpressions[0].operator | string | `"NotIn"` | |
| tapInjector.namespaceSelector.matchExpressions[0].values[0] | string | `"kube-system"` | |
| tapInjector.objectSelector | string | `nil` | |
| tapInjector.proxy | string | `nil` | |
| tapInjector.replicas | int | `1` | Number of replicas of tapInjector |
Expand Down

0 comments on commit d40441f

Please sign in to comment.