Skip to content

Commit

Permalink
Fix mariadb operator config
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Sep 11, 2024
1 parent e94bf3c commit 68dcb98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/mariadb-operator/v0.30.0/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
"steps": [
{
"helm_install": {
"release_name": "mariadb-operator",
"chart": "mariadb-operator/mariadb-operator",
"repo": "https://helm.mariadb.com/mariadb-operator",
"version": "0.30.0",
"operator": true
"operator": true,
"operator_deployment_name": "mariadb-operator",
"operator_container_name": "controller"
}
}
]
Expand Down

0 comments on commit 68dcb98

Please sign in to comment.