Skip to content

Commit

Permalink
Change bitnami MySQL default values (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Gonzalez <[email protected]>
  • Loading branch information
carlosgo13 and Carlos Gonzalez authored Sep 9, 2024
1 parent 9315a6e commit b4707c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,14 @@ Metrics server parameters:
| k8s_metrics_server_deploy | true | bool | Toggle flag for Metrics server deployment | no |
| k8s_metrics_server_chart_release | undefined | string | Metrics server helm chart release | no |

MySQL parameters:

| Parameter | Default | Type | Description | Required |
|:---------------------------------|-----------:|:-------|:------------------------------------------|----------|
| k8s_mysql_deploy | false | bool | Toggle flag for Bitnami MySQL deployment | no |
| k8s_mysql_chart_release | undefined | string | Bitnami MySQL helm chart release | no |
| k8s_mysql_deployments | [] | list | MySQL name, namespace, and parameters | no |

## Dependencies

The following Ansible collections are needed on the host that executes this module:
Expand Down
5 changes: 1 addition & 4 deletions defaults/main/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ k8s_mysql_chart:
repo: "https://charts.bitnami.com/bitnami"
release: "11.1.16"
last_checked: "2024-09-05T11:02:33-05:00"
k8s_mysql_deployments:
- name: "mysql"
namespace: "mysql"
parameters: {}
k8s_mysql_deployments: []

0 comments on commit b4707c7

Please sign in to comment.