Skip to content

Commit 2b8b5f5

Browse files
author
Carlos Rodríguez Hernández
authoredDec 5, 2024··
[bitnami/mariadb] Fix typo in README (#30800)
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
1 parent a2e18c9 commit 2b8b5f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎bitnami/mariadb/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ As an alternative, this chart supports using an initContainer to change the owne
289289
| `tls.certKeyFilename` | The secret key from the existingSecret if 'key' key different from the default (tls.key) | `tls.key` |
290290
| `tls.certCAFilename` | The secret key from the existingSecret if 'ca' key different from the default (tls.crt) | `""` |
291291
| `tls.ca` | CA certificate for TLS. Ignored if `tls.existingSecret` is set | `""` |
292-
| `tls.cert` | TLS certificate for Airflow webserver. Ignored if `tls.master.existingSecret` is set | `""` |
293-
| `tls.key` | TLS key for Airflow webserver. Ignored if `tls.master.existingSecret` is set | `""` |
292+
| `tls.cert` | TLS certificate. Ignored if `tls.master.existingSecret` is set | `""` |
293+
| `tls.key` | TLS key. Ignored if `tls.master.existingSecret` is set | `""` |
294294
| `tls.autoGenerated.enabled` | Enable automatic generation of certificates for TLS | `true` |
295295
| `tls.autoGenerated.engine` | Mechanism to generate the certificates (allowed values: helm, cert-manager) | `helm` |
296296
| `tls.autoGenerated.certManager.existingIssuer` | The name of an existing Issuer to use for generating the certificates (only for `cert-manager` engine) | `""` |
@@ -825,4 +825,4 @@ Unless required by applicable law or agreed to in writing, software
825825
distributed under the License is distributed on an "AS IS" BASIS,
826826
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
827827
See the License for the specific language governing permissions and
828-
limitations under the License.
828+
limitations under the License.

‎bitnami/mariadb/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ initdbScriptsConfigMap: ""
179179
## @param tls.certKeyFilename The secret key from the existingSecret if 'key' key different from the default (tls.key)
180180
## @param tls.certCAFilename The secret key from the existingSecret if 'ca' key different from the default (tls.crt)
181181
## @param tls.ca CA certificate for TLS. Ignored if `tls.existingSecret` is set
182-
## @param tls.cert TLS certificate for Airflow webserver. Ignored if `tls.master.existingSecret` is set
183-
## @param tls.key TLS key for Airflow webserver. Ignored if `tls.master.existingSecret` is set
182+
## @param tls.cert TLS certificate. Ignored if `tls.master.existingSecret` is set
183+
## @param tls.key TLS key. Ignored if `tls.master.existingSecret` is set
184184
##
185185
tls:
186186
enabled: false

0 commit comments

Comments
 (0)
Please sign in to comment.