Skip to content

Commit 936e5d9

Browse files
author
John T Skarbek
committed
corrects the readme
1 parent 950deb1 commit 936e5d9

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed

bitnami/redis/README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -74,22 +74,22 @@ The command removes all the Kubernetes components associated with the chart and
7474

7575
### Common parameters
7676

77-
| Name | Description | Value |
78-
| ------------------------ | --------------------------------------------------------------------------------------- | --------------- |
79-
| `kubeVersion` | Override Kubernetes version | `""` |
80-
| `nameOverride` | String to partially override common.names.fullname | `""` |
81-
| `fullnameOverride` | String to fully override common.names.fullname | `""` |
82-
| `commonLabels` | Labels to add to all deployed objects | `{}` |
83-
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` |
84-
| `clusterDomain` | Kubernetes cluster domain name | `cluster.local` |
85-
| `extraDeploy` | Array of extra objects to deploy with the release | `[]` |
86-
| `diagnosticMode.enabled` | Enable diagnostic mode (all probes will be disabled and the command will be overridden) | `false` |
87-
| `diagnosticMode.command` | Command to override all containers in the deployment | `["sleep"]` |
88-
| `diagnosticMode.args` | Args to override all containers in the deployment | `["infinity"]` |
89-
| `useExternalDNS.enabled` | Enable various syntax that would enable external-dns to work. Note this requires a working installation of [`external-dns`] to be usable. | `false` |
90-
| `useExternalDNS.suffix` | The DNS suffix utilized when [`external-dns`] is enabled. Note that we prepend the suffix with the full name of the release. | `""` |
91-
| `useExternalDNS.annotationKey` | The annotation key utilized when [`external-dns`] is enabled. | `"external-dns.alpha.kubernetes.io/"` |
92-
| `useExternalDNS.additionalAnnotations` | Extra annotations to be utilized when [`external-dns`] is enabled. | `{}` |
77+
| Name | Description | Value |
78+
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------- |
79+
| `useExternalDNS.enabled` | Enable various syntax that would enable external-dns to work. Note this requires a working installation of [`external-dns`] to be usable. | `false` |
80+
| `useExternalDNS.additionalAnnotations` | Extra annotations to be utilized when [`external-dns`] is enabled. | `{}` |
81+
| `useExternalDNS.annotationKey` | The annotation key utilized when [`external-dns`] is enabled. | `external-dns.alpha.kubernetes.io/` |
82+
| `useExternalDNS.suffix` | The DNS suffix utilized when [`external-dns`] is enabled. Note that we prepend the suffix with the full name of the release. | `""` |
83+
| `kubeVersion` | Override Kubernetes version | `""` |
84+
| `nameOverride` | String to partially override common.names.fullname | `""` |
85+
| `fullnameOverride` | String to fully override common.names.fullname | `""` |
86+
| `commonLabels` | Labels to add to all deployed objects | `{}` |
87+
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` |
88+
| `clusterDomain` | Kubernetes cluster domain name | `cluster.local` |
89+
| `extraDeploy` | Array of extra objects to deploy with the release | `[]` |
90+
| `diagnosticMode.enabled` | Enable diagnostic mode (all probes will be disabled and the command will be overridden) | `false` |
91+
| `diagnosticMode.command` | Command to override all containers in the deployment | `["sleep"]` |
92+
| `diagnosticMode.args` | Args to override all containers in the deployment | `["infinity"]` |
9393

9494

9595
### Redis™ Image parameters

bitnami/redis/values.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,16 @@ global:
2323
## @section Common parameters
2424
##
2525

26-
## @param useExternalDNS Boolean to indicate the desire to utilize `external-dns`
26+
## @param useExternalDNS.enabled Enable various syntax that would enable external-dns to work. Note this requires a working installation of [`external-dns`] to be usable.
27+
## @param useExternalDNS.additionalAnnotations Extra annotations to be utilized when [`external-dns`] is enabled.
28+
## @param useExternalDNS.annotationKey The annotation key utilized when [`external-dns`] is enabled.
29+
## @param useExternalDNS.suffix The DNS suffix utilized when [`external-dns`] is enabled. Note that we prepend the suffix with the full name of the release.
2730
##
2831
useExternalDNS:
2932
enabled: false
30-
# suffix: ""
33+
suffix: ""
3134
annotationKey: external-dns.alpha.kubernetes.io/
32-
additionalAnnotations: []
35+
additionalAnnotations: {}
3336

3437
## @param kubeVersion Override Kubernetes version
3538
##

0 commit comments

Comments
 (0)