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
|`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.|`{}`|
|`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"]`|
Copy file name to clipboardexpand all lines: bitnami/redis/values.yaml
+6-3
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,16 @@ global:
23
23
## @section Common parameters
24
24
##
25
25
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.
0 commit comments